Re: DROP TABLE in transaction

Поиск
Список
Период
Сортировка
От David Olbersen
Тема Re: DROP TABLE in transaction
Дата
Msg-id Pine.LNX.4.31.0104121217100.13342-100000@bubbles.electricutopia.net
обсуждение исходный текст
Ответ на Re: DROP TABLE in transaction  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: DROP TABLE in transaction  (Joel Burton <jburton@scw.org>)
Список pgsql-sql
On Thu, 12 Apr 2001, Peter Eisentraut wrote:

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

Well I understand that it's being taken from the disk, but why does that action
have to be done *right now*?
Why can't it be postponed until I type 'commit;' ?

I wonder how much time this addition would have saved those of us who type
quickly and use the tab-completion too much :)

-- Dave



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: DROP TABLE in transaction
Следующее
От: Joel Burton
Дата:
Сообщение: Re: DROP TABLE in transaction