- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 119字
- 2021-07-02 22:42:13
Template procedural languages
Template procedural languages are used to register a new language in a convenient way. There are two ways to create a programming language; the first way is by specifying only the name of the programming language. In this method, PostgreSQL consults the programming language template and determines the parameters. The second way is to specify the name as well as the parameters. The SQL command to create a language is CREATE LANGUAGE.
In PostgreSQL versions 9.1 and later, CREATE EXTENSION can be used to install a programming language. The template procedural languages are maintained in the table pg_pltemplate. This table might be decommissioned in favor of keeping the procedural language information in their installation scripts.
推薦閱讀
- 計(jì)算機(jī)圖形學(xué)
- Spark編程基礎(chǔ)(Scala版)
- 3D Printing with RepRap Cookbook
- MicroPython Projects
- 自動化控制工程設(shè)計(jì)
- Blender Compositing and Post Processing
- Mastering ServiceNow Scripting
- DevOps Bootcamp
- 電腦上網(wǎng)輕松入門
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Hands-On Deep Learning with Go
- 納米集成電路制造工藝(第2版)
- Linux常用命令簡明手冊
- 百度智能小程序:AI賦能新機(jī)遇
- Intel Edison Projects