Re: Rollback table data.

Scott Marlowe <scott.marlowe@gmail.com>

From: Scott Marlowe <scott.marlowe@gmail.com>
To: Dinesh Chandra 12108 <Dinesh.Chandra@cyient.com>
Cc: "pgsql-performance-owner@postgresql.org" <pgsql-performance-owner@postgresql.org>, "pgsql-performance@postgresql.org" <pgsql-performance@postgresql.org>
Date: 2017-06-08T00:15:44Z
Lists: pgsql-performance
On Wed, Jun 7, 2017 at 5:33 AM, Dinesh Chandra 12108
<Dinesh.Chandra@cyient.com> wrote:
> Dear Expert,
>
>
>
> Is there any way to rollback table data in PostgreSQL?

You really need to give us more details. PostgreSQL has the ability,
through continuous archiving, to roll back to a previous point in
time. This is for the whole database ccluster though and not just one
table. BUT you can do it on a whole other machine, get the table data
you want, and put it into the production database etc.

Got more details?