Commit 5d82f9a8 authored by Bruce Momjian's avatar Bruce Momjian

Improve wording.

parent 0df7f493
<!-- <!--
$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"> <chapter Id="runtime-config">
<title>Run-time Configuration</title> <title>Run-time Configuration</title>
...@@ -2544,9 +2544,9 @@ SELECT * FROM parent WHERE key = 2400; ...@@ -2544,9 +2544,9 @@ SELECT * FROM parent WHERE key = 2400;
<para> <para>
This outputs a line to the server log detailing each successful This outputs a line to the server log detailing each successful
connection. This is off by default, although it is probably very connection. This is off by default, although it is probably very
useful. Some client programs, like <application>psql</>, will useful. Some client programs, like <application>psql</>, attempt
attempt to connect twice while determining if a password is required to connect twice while determining if a password is required, so
so duplicate <literal>connection received</> messasges are not a sign duplicate <literal>connection received</> messasges are not a sign
of problem. This option can only be set at server start or in the of problem. This option can only be set at server start or in the
<filename>postgresql.conf</filename> configuration file. <filename>postgresql.conf</filename> configuration file.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment