Provide a parenthesized-options syntax for VACUUM, analogous to that recently

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5e66a51c2eebaad4c0d78e3f776d74b2c5a0d1bc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-16T21:32:07Z
Releases: 9.0.0
Provide a parenthesized-options syntax for VACUUM, analogous to that recently
adopted for EXPLAIN.  This will allow additional options to be implemented
in future without having to make them fully-reserved keywords.  The old syntax
remains available for existing options, however.

Itagaki Takahiro

Files