|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.17 2001/09/03 12:57:49 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.18 2001/10/22 23:48:11 tgl Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -186,6 +186,13 @@ Postgres documentation
|
186 | 186 | <para>
|
187 | 187 | Use <xref linkend="app-droplang"> to remove a language.
|
188 | 188 | </para>
|
| 189 | + |
| 190 | + <para> |
| 191 | + <application>createlang</application> is a shell script that invokes |
| 192 | + <application>psql</application> several times. If you have things |
| 193 | + arranged so that a password prompt is required to connect, you will be |
| 194 | + prompted for a password several times. |
| 195 | + </para> |
189 | 196 | </refsect1>
|
190 | 197 |
|
191 | 198 | <refsect1 id="R1-APP-CREATELANG-3">
|
|