Re: A note about VACUUM syntax - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: A note about VACUUM syntax
Date
Msg-id 200806160056.34122.peter_e@gmx.net
Whole thread Raw
In response to A note about VACUUM syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: A note about VACUUM syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> maybe it
> is time to bite the bullet and clean up VACUUM's syntax so that new
> modifiers can be added without making them reserved words.  The first
> idea that comes to mind is something like
>
>         VACUUM [tablename] [ WITH REPLACE, VERBOSE [, ...] ]

I'd be OK with putting the options at the end, but I'd rather omit the "WITH" 
and the commas.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: A note about VACUUM syntax
Next
From: Tom Lane
Date:
Subject: Re: A note about VACUUM syntax