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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE TABLE/AS does not allow WITH OIDS?
Date: 2002-11-07 20:52:31
Message-ID: 28841.1036702351@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)fourpalms(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message CSN 2002-11-07 21:05:49 Database design software
Previous Message Laurette Cisneros 2002-11-07 20:24:46 Re: 7.3b5 contrib compile problem