Re: [PERFORM] Rollback table data. - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: [PERFORM] Rollback table data.
Date
Msg-id CAOR=d=0vpkLvobO3OLsBmye2HDU6iQikd4QhDbach+-q3xksyQ@mail.gmail.com
Whole thread Raw
In response to [PERFORM] Rollback table data.  (Dinesh Chandra 12108 <Dinesh.Chandra@cyient.com>)
List 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?


pgsql-performance by date:

Previous
From: Anthony Sotolongo
Date:
Subject: Re: [PERFORM] Rollback table data.
Next
From: Merlin Moncure
Date:
Subject: Re: [PERFORM] index of only not null, use function index?