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 parenta11cf43 commit4262e61Copy full SHA for 4262e61
doc/src/sgml/config.sgml
@@ -1456,11 +1456,11 @@ SET ENABLE_SEQSCAN TO OFF;
1456
operations much faster (see <xref linkend="populate-pitr">).
1457
Operations in which this optimization can be applied include:
1458
<simplelist>
1459
- <item>CREATE TABLE AS</item>
1460
- <item>CREATE INDEX</item>
1461
- <item>CLUSTER</item>
1462
- <item>COPY into tables that were created or truncated in the same
1463
- 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>
1464
</simplelist>
1465
But minimal WAL does not contain
1466
enough information to reconstruct the data from a base backup and the