diff options
| author | Bruce Momjian <bruce@momjian.us> | 2011-08-04 15:02:03 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2011-08-04 15:02:03 -0400 |
| commit | 082f906334502c65ac97d0fd1c60cd2b9a1233c7 (patch) | |
| tree | e75b800d564277530a02547f870ea6f775825c44 | |
| parent | 072e6076d10955da5ee46416607a8ff19afd6b40 (diff) | |
Fix markup for recent wal_level clarification.
Backpatch to 9.1 and 9.0.
| -rw-r--r-- | doc/src/sgml/config.sgml | 10 |
1 files 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 <xref linkend="populate-pitr">). Operations in which this optimization can be applied include: <simplelist> - <item>CREATE TABLE AS</item> - <item>CREATE INDEX</item> - <item>CLUSTER</item> - <item>COPY into tables that were created or truncated in the same - transaction + <member><command>CREATE TABLE AS</></member> + <member><command>CREATE INDEX</></member> + <member><command>CLUSTER</></member> + <member><command>COPY</> into tables that were created or truncated in the same + transaction</member> </simplelist> But minimal WAL does not contain enough information to reconstruct the data from a base backup and the |
