Re: note about syntax for fillfactor patch

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: note about syntax for fillfactor patch
Date: 2006-07-02 17:36:30
Message-ID: 1151861790.2479.281.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-07-02 18:50:18 Re: [COMMITTERS] pgsql: Do a pass of code review for the
Previous Message Alvaro Herrera 2006-07-02 17:18:33 Re: [COMMITTERS] pgsql: Do a pass of code review for the ALTER TABLE