跳至主要內容

KlustronDB小于 1 分钟

H.3. 过程语言

PostgreSQL在基本发布中包括了多种过程语言:PL/pgSQLPL/TclPL/PerlPL/Python

此外,还有一些过程语言是在核心PostgreSQL发布之外被开发和维护的。表 H.2列出了其中的一些包。注意其中某些项目的发行许可证与PostgreSQL不同。要了解每种过程语言的更多信息(包括许可证信息),请参考它的网站和文档。

表 H.2. 外部维护的过程语言

名称语言网站
PL/JavaJavahttps://tada.github.io/pljava/open in new window
PL/LuaLuahttps://github.com/pllua/plluaopen in new window
PL/RRhttp://www.joeconway.com/plr.htmlopen in new window
PL/shUnix shellhttps://github.com/petere/plshopen in new window
PL/v8JavaScripthttps://github.com/plv8/plv8open in new window