Re: [BUGS] 6.5.2 BUG: Rolling back after dropping a table causes dangling relationships.

Поиск
Список
Период
Сортировка
От Lincoln Yeoh
Тема Re: [BUGS] 6.5.2 BUG: Rolling back after dropping a table causes dangling relationships.
Дата
Msg-id 3.0.5.32.19991009121243.00889ab0@pop.mecomb.po.my
обсуждение исходный текст
Ответ на Re: [BUGS] 6.5.2 BUG: Rolling back after dropping a table causes dangling relationships.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
At 10:04 AM 08-10-1999 -0400, Tom Lane wrote:
>Lincoln Yeoh <lylyeoh@mecomb.com> writes:
>> If you drop a table in a transaction and do a rollback, the table is "half
>> dropped", the table is gone but you cannot create a new table with the same
>> name, nor can you drop it again.
>
>Yes, this is a known problem that's rather difficult to fix.
>You can't undo a file removal :-(

I'm not really concerned about undoing/rolling back of a drop table. I'm
not surprised if "drop table" can't be rolled back.

The problem is that it is NOT _completely_ dropped, and you cannot recreate
a new table with the same name nor use the old one. It's in a zombie state.

Cheerio,

Link.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc
Следующее
От: EMOTO Masahiko
Дата:
Сообщение: BUG REPORT