Skip to content

Commit 030d5bd

Browse files
committed
Add mention of duplicate connection messages from psql, per Andrew.
1 parent 1a9d96a commit 030d5bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20 2005/09/23 02:06:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21 2005/09/24 23:06:24 momjian Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Run-time Configuration</title>
@@ -2544,7 +2544,10 @@ SELECT * FROM parent WHERE key = 2400;
25442544
<para>
25452545
This outputs a line to the server log detailing each successful
25462546
connection. This is off by default, although it is probably very
2547-
useful. This option can only be set at server start or in the
2547+
useful. Some client programs, like <application>psql</>, will
2548+
attempt to connect twice while determining if a password is required
2549+
so duplicate <literal>connection received</> messasges are not a sign
2550+
of problem. This option can only be set at server start or in the
25482551
<filename>postgresql.conf</filename> configuration file.
25492552
</para>
25502553
</listitem>

0 commit comments

Comments
 (0)