@@ -70,9 +70,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
7070 When the option list is surrounded by parentheses, the options can be
7171 written in any order. Without parentheses, options must be specified
7272 in exactly the order shown above.
73- Prior to <productname>PostgreSQL</productname> 9.0, the unparenthesized
74- syntax was the only one supported. It is expected that all new options
75- will be supported only in the parenthesized syntax .
73+ The unparenthesized syntax was added in
74+ <productname>PostgreSQL</productname> 9.0; the unparenthesized
75+ syntax is deprecated .
7676 </para>
7777 </refsect1>
7878
@@ -102,8 +102,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
102102 Specifying <literal>FREEZE</literal> is equivalent to performing
103103 <command>VACUUM</command> with the
104104 <xref linkend="guc-vacuum-freeze-min-age"> parameter
105- set to zero. The <literal>FREEZE</literal> option is deprecated and
106- will be removed in a future release; set the parameter instead.
105+ set to zero.
107106 </para>
108107 </listitem>
109108 </varlistentry>