From: Neil Conway Date: Sat, 24 Sep 2005 23:25:31 +0000 (+0000) Subject: Cleanups for recent addition to log_connections documentation. X-Git-Tag: REL8_1_0BETA3~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3419467bb90cc10438493bf6b6f513a34252dca;p=postgresql Cleanups for recent addition to log_connections documentation. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d07d55ccad..d239654b47 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Run-time Configuration @@ -2546,9 +2546,9 @@ SELECT * FROM parent WHERE key = 2400; connection. This is off by default, although it is probably very useful. Some client programs, like psql, attempt to connect twice while determining if a password is required, so - duplicate connection received messasges are not a sign - of problem. This option can only be set at server start or in the - postgresql.conf configuration file. + duplicate connection received messages do not + necessarily indicate a problem. This option can only be set at + server start or in the postgresql.conf configuration file.