Skip to content
Snippets Groups Projects
Commit b6827094 authored by Robert Haas's avatar Robert Haas
Browse files

Mention that VACUUM FREEZE also effectively zeroes the table freeze age.

Maciek Sakrejda, reviewed by Amit Kapila
parent 246a9a8d
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,8 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER"> ...@@ -101,7 +101,8 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
Selects aggressive <quote>freezing</quote> of tuples. Selects aggressive <quote>freezing</quote> of tuples.
Specifying <literal>FREEZE</literal> is equivalent to performing Specifying <literal>FREEZE</literal> is equivalent to performing
<command>VACUUM</command> with the <command>VACUUM</command> with the
<xref linkend="guc-vacuum-freeze-min-age"> parameter <xref linkend="guc-vacuum-freeze-min-age"> and
<xref linkend="guc-vacuum-freeze-table-age"> parameters
set to zero. Aggressive freezing is always performed when the set to zero. Aggressive freezing is always performed when the
table is rewritten, so this option is redundant when <literal>FULL</> table is rewritten, so this option is redundant when <literal>FULL</>
is specified. is specified.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment