File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.275 2010/05/03 09:14:17 heikki Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.276 2010/05/03 10: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>
You can’t perform that action at this time.
0 commit comments