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

From Bruce Momjian
Subject Re: CREATE TABLE/AS does not allow WITH OIDS?
Date
Msg-id 200211130210.gAD2ADR10654@candle.pha.pa.us
Whole thread Raw
In response to Re: CREATE TABLE/AS does not allow WITH OIDS?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> 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.

With no one concerned about this except Thomas and myself, added to
TODO:
* Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Prepare enabled pgbench
Next
From: Tatsuo Ishii
Date:
Subject: Re: Prepare enabled pgbench