diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-22 23:48:11 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-22 23:48:11 +0000 |
commit | 453f3503f3f4a3a2947a6832d37e3b975fcaa617 (patch) | |
tree | d736ff3e9a44c54ade1866f66fa330b79d60d9c0 | |
parent | dab708ea084d2f477f996f7c0bdf63f2e01598fa (diff) | |
download | postgresql-453f3503f3f4a3a2947a6832d37e3b975fcaa617.tar.gz postgresql-453f3503f3f4a3a2947a6832d37e3b975fcaa617.zip |
Add note explaining that multiple prompts for a password are normal
behavior when password auth is used.
-rw-r--r-- | doc/src/sgml/ref/createlang.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index d38619e7019..f0abeeae22a 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -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"> |