|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21 2005/09/24 23:06:24 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.22 2005/09/24 23:08:07 momjian Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter Id="runtime-config">
|
5 | 5 | <title>Run-time Configuration</title>
|
@@ -2544,9 +2544,9 @@ SELECT * FROM parent WHERE key = 2400;
|
2544 | 2544 | <para>
|
2545 | 2545 | This outputs a line to the server log detailing each successful
|
2546 | 2546 | connection. This is off by default, although it is probably very
|
2547 |
| - useful. Some client programs, like <application>psql</>,will |
2548 |
| -attemptto connect twice while determining if a password is required |
2549 |
| -soduplicate <literal>connection received</> messasges are not a sign |
| 2547 | + useful. Some client programs, like <application>psql</>,attempt |
| 2548 | + to connect twice while determining if a password is required, so |
| 2549 | + duplicate <literal>connection received</> messasges are not a sign |
2550 | 2550 | of problem. This option can only be set at server start or in the
|
2551 | 2551 | <filename>postgresql.conf</filename> configuration file.
|
2552 | 2552 | </para>
|
|