| From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
|---|---|
| To: | Dinesh Chandra 12108 <Dinesh(dot)Chandra(at)cyient(dot)com> |
| Cc: | "pgsql-performance-owner(at)postgresql(dot)org" <pgsql-performance-owner(at)postgresql(dot)org>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org> |
| Subject: | Re: Rollback table data. |
| Date: | 2017-06-08 00:15:44 |
| Message-ID: | CAOR=d=0vpkLvobO3OLsBmye2HDU6iQikd4QhDbach+-q3xksyQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
On Wed, Jun 7, 2017 at 5:33 AM, Dinesh Chandra 12108
<Dinesh(dot)Chandra(at)cyient(dot)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?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Merlin Moncure | 2017-06-08 14:47:11 | Re: index of only not null, use function index? |
| Previous Message | Anthony Sotolongo | 2017-06-07 13:23:03 | Re: Rollback table data. |