|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.22 2005/09/24 23:08:07 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.23 2005/09/24 23:25:31 neilc Exp $ |
3 | 3 | --> |
4 | 4 | <chapter Id="runtime-config"> |
5 | 5 | <title>Run-time Configuration</title> |
@@ -2546,9 +2546,9 @@ SELECT * FROM parent WHERE key = 2400; |
2546 | 2546 | connection. This is off by default, although it is probably very |
2547 | 2547 | useful. Some client programs, like <application>psql</>, attempt |
2548 | 2548 | to connect twice while determining if a password is required, so |
2549 | | - duplicate <literal>connection received</>messasges are not a sign |
2550 | | -ofproblem.This option can only be set at server start or in the |
2551 | | - <filename>postgresql.conf</filename> configuration file. |
| 2549 | + duplicate <quote>connection received</>messages do not |
| 2550 | +necessarily indicate aproblem. This option can only be set at |
| 2551 | +server start or in the<filename>postgresql.conf</> configuration file. |
2552 | 2552 | </para> |
2553 | 2553 | </listitem> |
2554 | 2554 | </varlistentry> |
|