Re: bug in 7.4 SET WITHOUT OIDs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug in 7.4 SET WITHOUT OIDs
Дата
Msg-id 22264.1080064917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: bug in 7.4 SET WITHOUT OIDs  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: bug in 7.4 SET WITHOUT OIDs  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> Point being that in the original case, I think the index on the oid column 
> should be dropped automagically, to follow similar behavior with normal 
> columns. 

I am currently testing a fix that allows you to sayALTER TABLE DROP COLUMN oid;
which will behave the same way a regular user-column DROP would.

I intend to interpret SET WITHOUT OIDS as DROP COLUMN oid RESTRICT.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: bug in 7.4 SET WITHOUT OIDs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bug in 7.4 SET WITHOUT OIDs