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

From Tom Lane
Subject Re: note about syntax for fillfactor patch
Date
Msg-id 22388.1151896274@sss.pgh.pa.us
Whole thread Raw
In response to Re: note about syntax for fillfactor patch  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.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


pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Re: note about syntax for fillfactor patch
Next
From: Tom Lane
Date:
Subject: Re: odd 7.4 build failure on new sparc machine