Add note explaining that multiple prompts for a password are normal

behavior when password auth is used.
This commit is contained in:
Tom Lane 2001-10-22 23:48:11 +00:00
parent dab708ea08
commit 453f3503f3
1 changed files with 8 additions and 1 deletions

View File

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