- 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.
推薦閱讀
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Python入門很簡單
- Architecting the Industrial Internet
- 基于差分進化的優化方法及應用
- Python高級機器學習
- Mastering Kali Linux for Web Penetration Testing
- C#應用程序設計教程
- 編程與類型系統
- 用案例學Java Web整合開發
- Qt5 C++ GUI Programming Cookbook
- Java EE 7 with GlassFish 4 Application Server
- Greenplum構建實時數據倉庫實踐
- Visual Basic 程序設計實踐教程
- 精益軟件開發管理之道
- 大話代碼架構:項目實戰版