- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 121字
- 2021-07-02 13:11:49
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 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 pg_pltemplate catalog table. This table might be decommissioned in favor of keeping the procedural language information in their installation scripts.
推薦閱讀
- Java EE 6 企業級應用開發教程
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Learning ArcGIS Pro 2
- JavaFX Essentials
- 實用防銹油配方與制備200例
- Visual Basic程序設計實驗指導(第4版)
- JavaScript+Vue+React全程實例
- 從零開始學C#
- 智能搜索和推薦系統:原理、算法與應用
- 視窗軟件設計和開發自動化:可視化D++語言
- Flutter for Beginners
- Image Processing with ImageJ(Second Edition)
- Python編程零基礎入門
- C#入門經典(第7版):C# 6.0 & Visual Studio 2015(.NET開發經典名著)
- Visual C#網絡編程