Re: [PERFORM] Rollback table data.

Поиск
Список
Период
Сортировка
От Moreno Andreo
Тема Re: [PERFORM] Rollback table data.
Дата
Msg-id 45a44f5d-641a-c22d-99b3-42f78c14106b@evolu-s.it
обсуждение исходный текст
Ответ на [PERFORM] Rollback table data.  (Dinesh Chandra 12108 <Dinesh.Chandra@cyient.com>)
Список pgsql-performance

Il 07/06/2017 13:33, Dinesh Chandra 12108 ha scritto:

Dear Expert,

 

Is there any way to rollback table data in PostgreSQL?

Not knowing anything else about your what you want to do and what context you're in, I can only say that AFAIK, once you COMMITted a transaction, no rollback is possible.

A very quick google search gave me this:
https://stackoverflow.com/questions/12472318/can-i-rollback-a-transaction-ive-already-committed-data-loss

There's a long, detailed post from Craig Ringer that gives you some advise on how to proceed (given that a committed transaction cannot be ROLLBACKed)

Take a look, I hope it's applicable to your scenario.

HTH
Moreno.-

В списке pgsql-performance по дате отправления:

Предыдущее
От: Dinesh Chandra 12108
Дата:
Сообщение: [PERFORM] Rollback table data.
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [PERFORM] Rollback table data.