From 082f906334502c65ac97d0fd1c60cd2b9a1233c7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 4 Aug 2011 15:02:03 -0400 Subject: [PATCH] Fix markup for recent wal_level clarification. Backpatch to 9.1 and 9.0. --- doc/src/sgml/config.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c7e9d176c17..83e60b655f4 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1421,11 +1421,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 -- 2.39.5