|
1 | 1 | <!-- |
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 $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -146,8 +146,9 @@ createlang [ <replaceable class="parameter">connection options</replaceable> ] - |
146 | 146 | <para> |
147 | 147 | <application>createlang</application> is a utility for adding a new |
148 | 148 | 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>. |
151 | 152 | </para> |
152 | 153 | <para> |
153 | 154 | Although backend programming languages can be added directly using |
|