Re: Rollback deletes

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Rollback deletes
Дата
Msg-id m3hefdngh2.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на Rollback deletes  ("Oleg Lebedev" <oleg.lebedev@waterford.org>)
Список pgsql-general
"Oleg Lebedev" <oleg.lebedev@waterford.org> writes:

> Can anybody point me to docs explaining how to rollback recent
> transactions.
> Is it possible to rollback recent deletions only?
> Can I specify the point in time to which I want to rollback?

Currently, you can roll back a transaction that is open (not
committed) using the ROLLBACK statement.  Once you COMMIT, you can't
"undo" a transaction (unless you wipe out the database and restore
from a backup, or manually reverse all the changes you made).

-Doug

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: SELECT statements converted to SELECT FOR UPDATE
Следующее
От: "Oleg Lebedev"
Дата:
Сообщение: Re: Rollback deletes