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.
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.