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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Lockhart <lockhart(at)fourpalms(dot)org>, 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-13 02:10:13
Message-ID: 200211130210.gAD2ADR10654@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> 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.

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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2002-11-13 02:16:17 Re: Prepare enabled pgbench
Previous Message Bruce Momjian 2002-11-13 01:59:45 Re: Prepare enabled pgbench