File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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 $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -1375,7 +1375,8 @@ SET ENABLE_SEQSCAN TO OFF;
13751375 safely skipped, which can make those operations much faster (see
13761376 <xref linkend="populate-pitr">). But minimal WAL does not contain
13771377 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
13791380 WAL archiving (<xref linkend="guc-archive-mode">) and streaming
13801381 replication.
13811382 </para>
You can’t perform that action at this time.
0 commit comments