From: Bruce Momjian Date: Thu, 4 Aug 2011 19:02:02 +0000 (-0400) Subject: Fix markup for recent wal_level clarification. X-Git-Tag: REL9_2_BETA1~1330 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4262e61d6424a38150f125b612fd900267718148;p=thirdparty%2Fpostgresql.git Fix markup for recent wal_level clarification. Backpatch to 9.1 and 9.0. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b774e2a3328..33db25f2a67 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1456,11 +1456,11 @@ SET ENABLE_SEQSCAN TO OFF; operations much faster (see ). Operations in which this optimization can be applied include: - CREATE TABLE AS - CREATE INDEX - CLUSTER - COPY into tables that were created or truncated in the same - transaction + CREATE TABLE AS + CREATE INDEX + CLUSTER + COPY into tables that were created or truncated in the same + transaction But minimal WAL does not contain enough information to reconstruct the data from a base backup and the