From: Tom Lane Date: Mon, 22 Oct 2001 23:48:11 +0000 (+0000) Subject: Add note explaining that multiple prompts for a password are normal X-Git-Tag: REL7_2_BETA1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453f3503f3f4a3a2947a6832d37e3b975fcaa617;p=postgresql Add note explaining that multiple prompts for a password are normal behavior when password auth is used. --- diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index d38619e701..f0abeeae22 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ @@ -186,6 +186,13 @@ Postgres documentation Use to remove a language. + + + createlang is a shell script that invokes + psql 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. +