diff options
author | Neil Conway <neilc@samurai.com> | 2005-09-24 23:25:31 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-09-24 23:25:31 +0000 |
commit | d3419467bb90cc10438493bf6b6f513a34252dca (patch) | |
tree | 5d4a43d777cdd7fa0862ae57baf0dc2a13d0ab3e /doc/src | |
parent | 5d82f9a898e1e4869abc365b767dfdb64410a13f (diff) | |
download | postgresql-d3419467bb90cc10438493bf6b6f513a34252dca.tar.gz postgresql-d3419467bb90cc10438493bf6b6f513a34252dca.zip |
Cleanups for recent addition to log_connections documentation.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d07d55ccadb..d239654b47b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.22 2005/09/24 23:08:07 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.23 2005/09/24 23:25:31 neilc Exp $ --> <chapter Id="runtime-config"> <title>Run-time Configuration</title> @@ -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 <application>psql</>, 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. + duplicate <quote>connection received</> messages do not + necessarily indicate a problem. This option can only be set at + server start or in the <filename>postgresql.conf</> configuration file. </para> </listitem> </varlistentry> |