diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-24 23:08:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-24 23:08:07 +0000 |
commit | 5d82f9a898e1e4869abc365b767dfdb64410a13f (patch) | |
tree | 0044788ce605767aa9d3f8cada9cdde22fc3c1cc | |
parent | 0df7f493f8ab5d9878e08ff0019b04be85954a7d (diff) | |
download | postgresql-5d82f9a898e1e4869abc365b767dfdb64410a13f.tar.gz postgresql-5d82f9a898e1e4869abc365b767dfdb64410a13f.zip |
Improve wording.
-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 be6cf578feb..d07d55ccadb 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.21 2005/09/24 23:06:24 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.22 2005/09/24 23:08:07 momjian Exp $ --> <chapter Id="runtime-config"> <title>Run-time Configuration</title> @@ -2544,9 +2544,9 @@ 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. 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 + 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. </para> |