From: Heikki Linnakangas Date: Mon, 3 May 2010 10:31:29 +0000 (+0000) Subject: Change wording so that you don't need to understand that wal_levels X-Git-Tag: REL9_0_BETA2~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0de88c4152a239cb4df00b538770afbf422adf8;p=thirdparty%2Fpostgresql.git Change wording so that you don't need to understand that wal_levels form a hierarchy. Per Simon's suggestion. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 17450052ef7..754c0110df7 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1375,7 +1375,8 @@ SET ENABLE_SEQSCAN TO OFF; safely skipped, which can make those operations much faster (see ). But minimal WAL does not contain enough information to reconstruct the data from a base backup and the - WAL logs, so at least archive level must be used to enable + WAL logs, so either archive or hot_standby + level must be used to enable WAL archiving () and streaming replication.