ITAGAKI Takahiro <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly