@@ -1420,11 +1420,18 @@ SET ENABLE_SEQSCAN TO OFF;
1420
1420
This parameter can only be set at server start.
1421
1421
</para>
1422
1422
<para>
1423
- In <literal>minimal</> level, WAL-logging of some bulk operations, like
1424
- <command>CREATE INDEX</>, <command>CLUSTER</> and <command>COPY</> on
1425
- a table that was created or truncated in the same transaction can be
1426
- safely skipped, which can make those operations much faster (see
1427
- <xref linkend="populate-pitr">). But minimal WAL does not contain
1423
+ In <literal>minimal</> level, WAL-logging of some bulk
1424
+ operations can be safely skipped, which can make those
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
1433
+ </simplelist>
1434
+ But minimal WAL does not contain
1428
1435
enough information to reconstruct the data from a base backup and the
1429
1436
WAL logs, so either <literal>archive</> or <literal>hot_standby</>
1430
1437
level must be used to enable