From ad44d505917baf35994f3eabdb42657bf2342b99 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Mar 2011 05:34:09 -0500 Subject: [PATCH] Document that the parenthesized VACUUM syntax is deprecated, not the FREEZE functionality. --- doc/src/sgml/ref/vacuum.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index dee1cc35ee..5b5b1619f5 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -70,9 +70,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ When the option list is surrounded by parentheses, the options can be written in any order. Without parentheses, options must be specified in exactly the order shown above. - Prior to PostgreSQL 9.0, the unparenthesized - syntax was the only one supported. It is expected that all new options - will be supported only in the parenthesized syntax. + The unparenthesized syntax was added in + PostgreSQL 9.0; the unparenthesized + syntax is deprecated. @@ -102,8 +102,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ Specifying FREEZE is equivalent to performing VACUUM with the parameter - set to zero. The FREEZE option is deprecated and - will be removed in a future release; set the parameter instead. + set to zero.