File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
70
70
When the option list is surrounded by parentheses, the options can be
71
71
written in any order. Without parentheses, options must be specified
72
72
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 .
76
76
</para>
77
77
</refsect1>
78
78
@@ -102,8 +102,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
102
102
Specifying <literal>FREEZE</literal> is equivalent to performing
103
103
<command>VACUUM</command> with the
104
104
<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.
107
106
</para>
108
107
</listitem>
109
108
</varlistentry>
You can’t perform that action at this time.
0 commit comments