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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CREATE TABLE/AS does not allow WITH OIDS?
Дата
Msg-id 200211130210.gAD2ADR10654@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: CREATE TABLE/AS does not allow WITH OIDS?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Prepare enabled pgbench
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Prepare enabled pgbench