Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95245e8

Browse files
committed
Fix markup for recent wal_level clarification.
Backpatch to 9.1 and 9.0.
1 parent 857433b commit 95245e8

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
@@ -1425,11 +1425,11 @@ SET ENABLE_SEQSCAN TO OFF;
14251425
operations much faster (see <xref linkend="populate-pitr">).
14261426
Operations in which this optimization can be applied include:
14271427
<simplelist>
1428-
<item>CREATE TABLE AS</item>
1429-
<item>CREATE INDEX</item>
1430-
<item>CLUSTER</item>
1431-
<item>COPY into tables that were created or truncated in the same
1432-
transaction
1428+
<member><command>CREATE TABLE AS</></member>
1429+
<member><command>CREATE INDEX</></member>
1430+
<member><command>CLUSTER</></member>
1431+
<member><command>COPY</> into tables that were created or truncated in the same
1432+
transaction</member>
14331433
</simplelist>
14341434
But minimal WAL does not contain
14351435
enough information to reconstruct the data from a base backup and the

0 commit comments

Comments
 (0)