From 453f3503f3f4a3a2947a6832d37e3b975fcaa617 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 22 Oct 2001 23:48:11 +0000 Subject: [PATCH] Add note explaining that multiple prompts for a password are normal behavior when password auth is used. --- doc/src/sgml/ref/createlang.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. + -- 2.11.0