Skip to content

Commit 082f906

Browse files
committed
Fix markup for recent wal_level clarification.
Backpatch to 9.1 and 9.0.
1 parent 072e607 commit 082f906

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,11 +1421,11 @@ SET ENABLE_SEQSCAN TO OFF;
14211421
operations much faster (see <xref linkend="populate-pitr">).
14221422
Operations in which this optimization can be applied include:
14231423
<simplelist>
1424-
<item>CREATE TABLE AS</item>
1425-
<item>CREATE INDEX</item>
1426-
<item>CLUSTER</item>
1427-
<item>COPY into tables that were created or truncated in the same
1428-
transaction
1424+
<member><command>CREATE TABLE AS</></member>
1425+
<member><command>CREATE INDEX</></member>
1426+
<member><command>CLUSTER</></member>
1427+
<member><command>COPY</> into tables that were created or truncated in the same
1428+
transaction</member>
14291429
</simplelist>
14301430
But minimal WAL does not contain
14311431
enough information to reconstruct the data from a base backup and the

0 commit comments

Comments
 (0)