Re: note about syntax for fillfactor patch - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: note about syntax for fillfactor patch
Date
Msg-id 1151861790.2479.281.camel@localhost.localdomain
Whole thread Raw
In response to note about syntax for fillfactor patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, 2006-07-02 at 12:06 -0400, Tom Lane wrote:

> I propose that we change the syntax to be
> 
>     WITH OIDS
>     | WITHOUT OIDS
>     | WITH (definition)
>     | /*EMPTY*/
> 
> and say that if you want to specify both OIDS and another option you
> have to write "oids" or "oids=false" in the definition list.

Agreed. Much cleaner.

--  Simon Riggs EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Do a pass of code review for the ALTER TABLE
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Do a pass of code review for the