mirror of https://github.com/postgres/postgres
Add note explaining that multiple prompts for a password are normal
behavior when password auth is used.
This commit is contained in:
parent
dab708ea08
commit
453f3503f3
|
@ -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
|
||||
-->
|
||||
|
||||
|
@ -186,6 +186,13 @@ Postgres documentation
|
|||
<para>
|
||||
Use <xref linkend="app-droplang"> to remove a language.
|
||||
</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 id="R1-APP-CREATELANG-3">
|
||||
|
|
Loading…
Reference in New Issue