Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b682709

Browse files
committed
Mention that VACUUM FREEZE also effectively zeroes the table freeze age.
Maciek Sakrejda, reviewed by Amit Kapila
1 parent 246a9a8 commit b682709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/vacuum.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
101101
Selects aggressive <quote>freezing</quote> of tuples.
102102
Specifying <literal>FREEZE</literal> is equivalent to performing
103103
<command>VACUUM</command> with the
104-
<xref linkend="guc-vacuum-freeze-min-age"> parameter
104+
<xref linkend="guc-vacuum-freeze-min-age"> and
105+
<xref linkend="guc-vacuum-freeze-table-age"> parameters
105106
set to zero. Aggressive freezing is always performed when the
106107
table is rewritten, so this option is redundant when <literal>FULL</>
107108
is specified.

0 commit comments

Comments
 (0)