|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.275 2010/05/0309:14:17 heikki Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.276 2010/05/0310:31:29 heikki Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1375,7 +1375,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
1375 | 1375 | safely skipped, which can make those operations much faster (see
|
1376 | 1376 | <xref linkend="populate-pitr">). But minimal WAL does not contain
|
1377 | 1377 | enough information to reconstruct the data from a base backup and the
|
1378 |
| - WAL logs, so at least <literal>archive</> level must be used to enable |
| 1378 | + WAL logs, so either <literal>archive</> or <literal>hot_standby</> |
| 1379 | + level must be used to enable |
1379 | 1380 | WAL archiving (<xref linkend="guc-archive-mode">) and streaming
|
1380 | 1381 | replication.
|
1381 | 1382 | </para>
|
|