Re: Option to undo last update on table. - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Option to undo last update on table.
Date
Msg-id 20070215140053.GE4682@alvh.no-ip.org
Whole thread Raw
In response to Option to undo last update on table.  (RPK <rohitprakash123@indiatimes.com>)
Responses Re: Option to undo last update on table.
List 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 by date:

Previous
From: Nico Grubert
Date:
Subject: gmake Error "/libpython2.4.a: could not read symbols: Bad value" with ./configure --with-python
Next
From: Alvaro Herrera
Date:
Subject: Re: Stored Procedure examples