跳至主要內容

KlustronDB小于 1 分钟

H.3. Procedural Languages

PostgreSQL includes several procedural languages with the base distribution: PL/pgSQL, PL/Tcl, PL/Perl, and PL/Python.

In addition, there are a number of procedural languages that are developed and maintained outside the core PostgreSQL distribution. Table H.2 lists some of these packages. Note that some of these projects might not be released under the same license as PostgreSQL. For more information on each procedural language, including licensing information, refer to its website and documentation.

Table H.2. Externally Maintained Procedural Languages

NameLanguageWebsite
PL/JavaJavahttps://tada.github.io/pljava/open in new window
PL/LuaLuahttps://github.com/pllua/plluaopen in new window
PL/RRhttps://github.com/postgres-plr/plropen in new window
PL/shUnix shellhttps://github.com/petere/plshopen in new window
PL/v8JavaScripthttps://github.com/plv8/plv8open in new window