Commit ad44d505 authored by Bruce Momjian's avatar Bruce Momjian

Document that the parenthesized VACUUM syntax is deprecated, not the

FREEZE functionality.
parent dae1e554
...@@ -70,9 +70,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER"> ...@@ -70,9 +70,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
When the option list is surrounded by parentheses, the options can be When the option list is surrounded by parentheses, the options can be
written in any order. Without parentheses, options must be specified written in any order. Without parentheses, options must be specified
in exactly the order shown above. in exactly the order shown above.
Prior to <productname>PostgreSQL</productname> 9.0, the unparenthesized The unparenthesized syntax was added in
syntax was the only one supported. It is expected that all new options <productname>PostgreSQL</productname> 9.0; the unparenthesized
will be supported only in the parenthesized syntax. syntax is deprecated.
</para> </para>
</refsect1> </refsect1>
...@@ -102,8 +102,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER"> ...@@ -102,8 +102,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
Specifying <literal>FREEZE</literal> is equivalent to performing Specifying <literal>FREEZE</literal> is equivalent to performing
<command>VACUUM</command> with the <command>VACUUM</command> with the
<xref linkend="guc-vacuum-freeze-min-age"> parameter <xref linkend="guc-vacuum-freeze-min-age"> parameter
set to zero. The <literal>FREEZE</literal> option is deprecated and set to zero.
will be removed in a future release; set the parameter instead.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment