File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1421,11 +1421,11 @@ SET ENABLE_SEQSCAN TO OFF;
1421
1421
operations much faster (see <xref linkend="populate-pitr">).
1422
1422
Operations in which this optimization can be applied include:
1423
1423
<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>
1429
1429
</simplelist>
1430
1430
But minimal WAL does not contain
1431
1431
enough information to reconstruct the data from a base backup and the
You can’t perform that action at this time.
0 commit comments