Re: [ADMIN] Copying data from table to table (cloned tables) - Mailing list pgsql-novice

From Richard Broersma Jr
Subject Re: [ADMIN] Copying data from table to table (cloned tables)
Date
Msg-id 742794.76983.qm@web31810.mail.mud.yahoo.com
Whole thread Raw
List pgsql-novice
> Can any one tell me,how to retirve the data which had deleted for an instance ,i mean how to
> rollback the previous.

To get the functionality of a rollback you next to begin with a transaction:

begin transaction;

delete from foo;

--oops I deleted to much;

rollback;

Regards,

Richard Broersma Jr.

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: postgresql tuning
Next
From: Chander Ganesan
Date:
Subject: Re: postgresql tuning