|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.165 2008/02/16 21:11:32 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.166 2008/02/16 21:14:08 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1638,9 +1638,6 @@ SET ENABLE_SEQSCAN TO OFF;
|
1638 | 1638 | 30 seconds (<literal>30s</>). Zero disables the warning.
|
1639 | 1639 | This parameter can only be set in the <filename>postgresql.conf</>
|
1640 | 1640 | file or on the server command line.
|
1641 |
| - (Set it to a value greater than <varname>checkpoint_timeout</> to |
1642 |
| - log all checkpoints. Of course, the warning suggesting increasing |
1643 |
| - <varname>checkpoint_segments</> should be ignored.) |
1644 | 1641 | </para>
|
1645 | 1642 | </listitem>
|
1646 | 1643 | </varlistentry>
|
|