doc: improve wal_level docs for the 'minimal' level
authorBruce Momjian <bruce@momjian.us>
Fri, 12 Aug 2022 14:30:00 +0000 (10:30 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 12 Aug 2022 14:30:00 +0000 (10:30 -0400)
Reported-by: David G. Johnston
Discussion: https://postgr.es/m/CAKFQuwZ24UcfkoyLLSW3PMGQATomOcw1nuYFRuMev-NoOF+mYw@mail.gmail.com

Author: David G. Johnston

Backpatch-through: 14, partial to 13

doc/src/sgml/config.sgml

index d02022d8907bf712addb85f17a4326df6dd31f8b..7e0c422ec9a39ffd7386279a334b8aaacaa01ac9 100644 (file)
@@ -2582,9 +2582,10 @@ include_dir 'conf.d'
         levels.  This parameter can only be set at server start.
        </para>
        <para>
-        In <literal>minimal</literal> level, no information is logged for
-        permanent relations for the remainder of a transaction that creates or
-        rewrites them.  This can make operations much faster (see
+        The <literal>minimal</literal> level generates the least WAL
+        volume.  It logs no row information for permanent relations
+        in transactions that create or
+        rewrite them.  This can make operations much faster (see
         <xref linkend="populate-pitr"/>).  Operations that initiate this
         optimization include:
         <simplelist>