Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b682709

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎doc/src/sgml/ref/vacuum.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/vacuum.sgml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.