mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update for createlang options in docs.
This commit is contained in:
parent
ae2cf18f55
commit
66436e66e1
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.8 2000/07/21 03:38:22 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.9 2000/11/04 21:09:41 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -146,8 +146,9 @@ createlang [ <replaceable class="parameter">connection options</replaceable> ] -
|
|||||||
<para>
|
<para>
|
||||||
<application>createlang</application> is a utility for adding a new
|
<application>createlang</application> is a utility for adding a new
|
||||||
programming language to a <productname>Postgres</productname> database.
|
programming language to a <productname>Postgres</productname> database.
|
||||||
<application>createlang</application> currently accepts two
|
<application>createlang</application> currently accepts several
|
||||||
languages, <literal>plsql</literal> and <literal>pltcl</literal>.
|
languages, <literal>plpgsql, pltcl, pltclu,</literal> and <literal>
|
||||||
|
plperl</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Although backend programming languages can be added directly using
|
Although backend programming languages can be added directly using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user