Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0de88c

Browse files
committed
Change wording so that you don't need to understand that wal_levels
form a hierarchy. Per Simon's suggestion.
1 parent 1b6c7b1 commit c0de88c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/config.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)