Re: note about syntax for fillfactor patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: note about syntax for fillfactor patch
Date: 2006-07-03 03:11:14
Message-ID: 22388.1151896274@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> writes:
> # CREATE TABLE test1 (i int) WITH (oids=0);
> CREATE TABLE
> # CREATE TABLE test2 (i int) WITH (oids=false);
> ERROR: syntax error at or near "false"
> LINE 1: CREATE TABLE test2 (i int) WITH (oids=false);
> ^

Yeah, I noticed that. I think it's easily fixable though --- the
production for def_arg just needs a bit of extension.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-03 03:21:45 Re: table/index fillfactor control, try 3
Previous Message ITAGAKI Takahiro 2006-07-03 01:56:02 Re: table/index fillfactor control, try 3