diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-03-11 05:34:09 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-03-11 05:34:09 -0500 |
commit | ad44d505917baf35994f3eabdb42657bf2342b99 (patch) | |
tree | e15bcc931004e3d6e72330d40a80620a92385c9d /doc/src | |
parent | dae1e5546cdff98d85215a461f108f71fd254441 (diff) | |
download | postgresql-ad44d505917baf35994f3eabdb42657bf2342b99.tar.gz postgresql-ad44d505917baf35994f3eabdb42657bf2342b99.zip |
Document that the parenthesized VACUUM syntax is deprecated, not the
FREEZE functionality.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/vacuum.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index dee1cc35ee9..5b5b1619f50 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -70,9 +70,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER"> 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 <productname>PostgreSQL</productname> 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 + <productname>PostgreSQL</productname> 9.0; the unparenthesized + syntax is deprecated. </para> </refsect1> @@ -102,8 +102,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER"> Specifying <literal>FREEZE</literal> is equivalent to performing <command>VACUUM</command> with the <xref linkend="guc-vacuum-freeze-min-age"> parameter - set to zero. The <literal>FREEZE</literal> option is deprecated and - will be removed in a future release; set the parameter instead. + set to zero. </para> </listitem> </varlistentry> |