Re: Copying data from table to table (cloned tables) - Mailing list pgsql-admin

From Jim C. Nasby
Subject Re: Copying data from table to table (cloned tables)
Date
Msg-id 20061030152549.GB11985@decibel.org
Whole thread Raw
In response to Re: Copying data from table to table (cloned tables)  ("shaik mastan dilshad" <dilshad_sm@rediffmail.com>)
List pgsql-admin
On Fri, Oct 27, 2006 at 12:38:51PM -0000, shaik mastan dilshad wrote:
> Hi all,
>
> Can any one tell me,how to retirve the data which had deleted for an instance ,i mean how to rollback the previous.
>
> Look forward to hearing from all of you.

Please start a new thread instead of replying to an existing one.

You can only rollback an uncommitted transaction. Once you commit, the
changes are permanent.

Your only other option is to setup Point In Time Recovery (PITR), and
use it to restore a copy of your database to just before committing a
the transaction you want to back out. Of course, everything that's
happened in the database since then will also be gone.
--
Jim C. Nasby, Database Architect                decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-admin by date:

Previous
From: "Shoaib Mir"
Date:
Subject: Re: 100% failover + replication solution
Next
From: viraj
Date:
Subject: can not restart posgresql after dist-upgrade - debian