Re: A note about VACUUM syntax

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: A note about VACUUM syntax
Date: 2008-06-15 22:56:32
Message-ID: 200806160056.34122.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-06-15 23:33:15 Re: A note about VACUUM syntax
Previous Message Tom Lane 2008-06-15 22:39:00 A note about VACUUM syntax