]> granicus.if.org Git - postgresql/commitdiff
Add note explaining that multiple prompts for a password are normal
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Oct 2001 23:48:11 +0000 (23:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Oct 2001 23:48:11 +0000 (23:48 +0000)
behavior when password auth is used.

doc/src/sgml/ref/createlang.sgml

index d38619e70196f45837de6402e95ac51868e771dc..f0abeeae22a25823539666dc03633fab564f9478 100644 (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
 -->
 
@@ -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">