Skip to content

Commit 66436e6

Browse files
committed
Update for createlang options in docs.
1 parent ae2cf18 commit 66436e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ref/createlang.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.8 2000/07/21 03:38:22 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.9 2000/11/04 21:09:41 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -146,8 +146,9 @@ createlang [ <replaceable class="parameter">connection options</replaceable> ] -
146146
<para>
147147
<application>createlang</application> is a utility for adding a new
148148
programming language to a <productname>Postgres</productname> database.
149-
<application>createlang</application> currently accepts two
150-
languages, <literal>plsql</literal> and <literal>pltcl</literal>.
149+
<application>createlang</application> currently accepts several
150+
languages, <literal>plpgsql, pltcl, pltclu,</literal> and <literal>
151+
plperl</literal>.
151152
</para>
152153
<para>
153154
Although backend programming languages can be added directly using

0 commit comments

Comments
 (0)