|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20 2005/09/23 02:06:58 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21 2005/09/24 23:06:24 momjian Exp $ |
3 | 3 | --> |
4 | 4 | <chapter Id="runtime-config"> |
5 | 5 | <title>Run-time Configuration</title> |
@@ -2544,7 +2544,10 @@ 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. This option can only be set at server start or in the |
| 2547 | + useful. Some client programs, like <application>psql</>, will |
| 2548 | + attempt to connect twice while determining if a password is required |
| 2549 | + so duplicate <literal>connection received</> messasges are not a sign |
| 2550 | + of problem. This option can only be set at server start or in the |
2548 | 2551 | <filename>postgresql.conf</filename> configuration file. |
2549 | 2552 | </para> |
2550 | 2553 | </listitem> |
|