バージョンごとのドキュメント一覧

H.3. 手続き言語 #

<title>Procedural Languages</title>

<productname>PostgreSQL</productname> includes several procedural languages with the base distribution: <link linkend="plpgsql">PL/pgSQL</link>, <link linkend="pltcl">PL/Tcl</link>, <link linkend="plperl">PL/Perl</link>, and <link linkend="plpython">PL/Python</link>. PostgreSQLの基本配布には複数の手続き言語が存在します。 PL/pgSQLPL/TclPL/PerlおよびPL/Pythonです。

In addition, there are a number of procedural languages that are developed and maintained outside the core <productname>PostgreSQL</productname> distribution. A list of <ulink url="https://wiki.postgresql.org/wiki/PL_Matrix">procedural languages</ulink> is maintained on the PostgreSQL wiki. Note that some of these projects are not released under the same license as <productname>PostgreSQL</productname>. For more information on each procedural language, including licensing information, refer to its website and documentation. さらに、PostgreSQLのコア配布以外で開発、保守される手続き言語も多く存在します。 手続き言語の一覧がPostgreSQL wikiで維持されています。 これらのプロジェクトの中には、PostgreSQLと同じライセンスで提供されないものがあることに注意してください。 ライセンス情報など各手続き言語の詳細については、そのWebサイトや文書を参照してください。

https://wiki.postgresql.org/wiki/PL_Matrix