Re: bug in 7.4 SET WITHOUT OIDs

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: bug in 7.4 SET WITHOUT OIDs
Дата
Msg-id 405FDFEA.2070102@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> The problem appears to be that ALTER TABLE SET WITHOUT OIDS doesn't make
> the index on the OID column go away.
> 
> I don't have a strong opinion on whether to fix this by forcing a drop
> of the index or by rejecting the ALTER command.  Seems like we have to
> do one or the other though.
> 
> This is actually just the simplest case of a dependency on the OID
> column... whatever the fix is, it has to handle the general case.

Maybe it needs CASCADE/RESTRICT added?


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

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