Re: Option to undo last update on table.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Option to undo last update on table.
Дата
Msg-id 20070215140053.GE4682@alvh.no-ip.org
обсуждение исходный текст
Ответ на Option to undo last update on table.  (RPK <rohitprakash123@indiatimes.com>)
Ответы Re: Option to undo last update on table.  (RPK <rohitprakash123@indiatimes.com>)
Список pgsql-general
RPK wrote:
>
> Is there any option in PGSQL to undo last changes done on a table?

Sure -- you just issue ROLLBACK to end your transaction instead of
COMMIT.

> Any feature similar to "FlashBack Query" in Oracle.

I don't know about that.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Nico Grubert
Дата:
Сообщение: gmake Error "/libpython2.4.a: could not read symbols: Bad value" with ./configure --with-python
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Stored Procedure examples