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 246a9a8 commit b682709Copy full SHA for b682709
doc/src/sgml/ref/vacuum.sgml
@@ -101,7 +101,8 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
101
Selects aggressive <quote>freezing</quote> of tuples.
102
Specifying <literal>FREEZE</literal> is equivalent to performing
103
<command>VACUUM</command> with the
104
- <xref linkend="guc-vacuum-freeze-min-age"> parameter
+ <xref linkend="guc-vacuum-freeze-min-age"> and
105
+ <xref linkend="guc-vacuum-freeze-table-age"> parameters
106
set to zero. Aggressive freezing is always performed when the
107
table is rewritten, so this option is redundant when <literal>FULL</>
108
is specified.
0 commit comments