]> granicus.if.org Git - postgresql/commitdiff
Add mention of duplicate connection messages from psql, per Andrew.
authorBruce Momjian <bruce@momjian.us>
Sat, 24 Sep 2005 23:06:24 +0000 (23:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 24 Sep 2005 23:06:24 +0000 (23:06 +0000)
doc/src/sgml/config.sgml

index 504568ae63caaf13f96d2036ba49a13c8060a716..be6cf578febf0392d6acbadaa546e21af397abf0 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20 2005/09/23 02:06:58 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21 2005/09/24 23:06:24 momjian Exp $
 -->
 <chapter Id="runtime-config">
   <title>Run-time Configuration</title>
@@ -2544,7 +2544,10 @@ SELECT * FROM parent WHERE key = 2400;
        <para>
         This outputs a line to the server log detailing each successful
         connection. This is off by default, although it is probably very
-        useful. This option can only be set at server start or in the
+        useful.  Some client programs, like <application>psql</>, will
+        attempt to connect twice while determining if a password is required
+        so duplicate <literal>connection received</> messasges are not a sign
+        of  problem.  This option can only be set at server start or in the
         <filename>postgresql.conf</filename> configuration file.
        </para>
       </listitem>