From: | phb07 <phb07(at)apra(dot)asso(dot)fr> |
---|---|
To: | Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Rollback table data. |
Date: | 2017-06-10 07:04:51 |
Message-ID: | 3e3b856c-3aba-5483-463c-7e5a62663f36@apra.asso.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi Dinesh,
Le 07/06/2017 à 14:48, Andreas Kretschmer a écrit :
>
>
> Am 07.06.2017 um 13:33 schrieb Dinesh Chandra 12108:
>>
>> Dear Expert,
>>
>> Is there any way to rollback table data in PostgreSQL?
>>
>>
> if you are looking for somewhat similar to flashback in oracle the
> answer is no.
>
Well, if this is what you are looking for, the E-Maj extension may help
you. In few words, it allows 1) to log updates on tables sets (using
triggers), 2) to set marks on these tables sets when they are in a
stable state and 3) to travel back and forth to these marks.
Some pointers:
- pgxn to download a stable version : https://pgxn.org/dist/e-maj/ (the
downloadable zip file also contains a presentation that may help to
quickly get a good view of the extension - doc/emaj.2.0.1_doc_en.pdf)
- on-line documentation : http://emaj.readthedocs.io/
- github projects : https://github.com/beaud76/emaj and
https://github.com/beaud76/emaj_ppa_plugin
Best regards. Philippe.
> Regards, Andreas
>
From | Date | Subject | |
---|---|---|---|
Next Message | Frits Jalvingh | 2017-06-10 11:12:43 | Re: Improving PostgreSQL insert performance |
Previous Message | Michael Paquier | 2017-06-09 22:43:00 | Re: Invalid WAL segment size. Allowed values are 1,2,4,8,16,32,64 |