Re: CREATE TABLE/AS does not allow WITH OIDS?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Lockhart <lockhart@fourpalms.org>
Cc: Neil Conway <neilc@samurai.com>, pgsql-hackers@postgresql.org
Date: 2002-11-07T20:52:31Z
Lists: 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