Improve wording.
authorBruce Momjian
Sat, 24 Sep 2005 23:08:07 +0000 (23:08 +0000)
committerBruce Momjian
Sat, 24 Sep 2005 23:08:07 +0000 (23:08 +0000)
doc/src/sgml/config.sgml

index be6cf578febf0392d6acbadaa546e21af397abf0..d07d55ccadbf769d027aa2036ebc85cbc39a6d22 100644 (file)
@@ -1,5 +1,5 @@
 
 
   Run-time Configuration
@@ -2544,9 +2544,9 @@ SELECT * FROM parent WHERE key = 2400;
        
         This outputs a line to the server log detailing each successful
         connection. This is off by default, although it is probably very
-        useful.  Some client programs, like psql, will
-        attempt to connect twice while determining if a password is required
-        so duplicate connection received messasges are not a sign
+        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.