Re: DROP TABLE in transaction

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: DROP TABLE in transaction
Дата
Msg-id Pine.LNX.4.30.0104122132200.1148-100000@peter.localdomain
обсуждение исходный текст
Ответ на DROP TABLE in transaction  (David Olbersen <dave@slickness.org>)
Ответы Re: DROP TABLE in transaction  (David Olbersen <dave@slickness.org>)
Список pgsql-sql
David Olbersen writes:

> I was wondering if anybody could explain to me why I can't roll back dropping a
> table.

Because DROP TABLE removes the table file on disk, and you can't roll back
that.  Actually, in 7.1 you can.  ;-)

> I would think that of all the events that should be rollback-able,
> dropping a table would be the first on the list.

Naah.  Insert and update are first.  ;-)

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Jeff Eckermann
Дата:
Сообщение: RE: RE: Re: select substr???
Следующее
От: David Olbersen
Дата:
Сообщение: Re: DROP TABLE in transaction