We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent857433b commit95245e8Copy full SHA for 95245e8
doc/src/sgml/config.sgml
@@ -1425,11 +1425,11 @@ SET ENABLE_SEQSCAN TO OFF;
1425
operations much faster (see <xref linkend="populate-pitr">).
1426
Operations in which this optimization can be applied include:
1427
<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
+ <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>
1433
</simplelist>
1434
But minimal WAL does not contain
1435
enough information to reconstruct the data from a base backup and the