Re: add "WITH OIDS" to CREATE TABLE AS - Mailing list pgsql-patches

From Neil Conway
Subject Re: add "WITH OIDS" to CREATE TABLE AS
Date
Msg-id 87hdz7pxoa.fsf@mailbox.samurai.com
Whole thread Raw
In response to Re: add "WITH OIDS" to CREATE TABLE AS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> One thing that is *not* fine is something that I see had snuck past
> me in the previous WITH OIDS patch.  It is not okay for gram.y or
> scan.l to be looking at GUC variables --- that creates
> synchronization issues.

Good point (I remember reading gram.y's warning about this, but it
must have slipped my mind...). Attached is a revised patch that
corrects this.

-Neil

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: update for brazilian portuguese translation
Next
From: Bruce Momjian
Date:
Subject: Re: add "WITH OIDS" to CREATE TABLE AS