From: Robert Haas Date: Tue, 14 Jan 2014 19:48:57 +0000 (-0500) Subject: Mention that VACUUM FREEZE also effectively zeroes the table freeze age. X-Git-Tag: REL9_4_BETA1~689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b682709451b17333b038af9f2907c523754dacce;p=postgresql Mention that VACUUM FREEZE also effectively zeroes the table freeze age. Maciek Sakrejda, reviewed by Amit Kapila --- diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 1e984734d9..23c3ca89c7 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -101,7 +101,8 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ Selects aggressive freezing of tuples. Specifying FREEZE is equivalent to performing VACUUM with the - parameter + and + parameters set to zero. Aggressive freezing is always performed when the table is rewritten, so this option is redundant when FULL is specified.