Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec55acb commit 483c426Copy full SHA for 483c426
doc/src/sgml/config.sgml
@@ -2582,9 +2582,10 @@ include_dir 'conf.d'
2582
levels. This parameter can only be set at server start.
2583
</para>
2584
<para>
2585
- In <literal>minimal</literal> level, no information is logged for
2586
- permanent relations for the remainder of a transaction that creates or
2587
- 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
2588
+ rewrite them. This can make operations much faster (see
2589
<xref linkend="populate-pitr"/>). Operations that initiate this
2590
optimization include:
2591
<simplelist>
0 commit comments