Re: CREATE TABLE/AS does not allow WITH OIDS? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CREATE TABLE/AS does not allow WITH OIDS?
Date
Msg-id 28841.1036702351@sss.pgh.pa.us
Whole thread Raw
In response to Re: CREATE TABLE/AS does not allow WITH OIDS?  (Thomas Lockhart <lockhart@fourpalms.org>)
Responses Re: CREATE TABLE/AS does not allow WITH OIDS?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> What would be required to have OIDs for all SELECT/INTO product tables 
> for this release?

It *might* work to just reverse the default assumption in
ExecAssignResultTypeFromTL().  But I will vote against making such a
change at this late hour.  Quite possibly we'd introduce bugs in
features that are much more critical than whether a table created by
SELECT INTO has OIDs or not.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Laurette Cisneros
Date:
Subject: Re: 7.3b5 contrib compile problem
Next
From: Bruno Wolff III
Date:
Subject: Re: RC1 on Friday?