Re: Copying data from table to table (cloned tables)

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Copying data from table to table (cloned tables)
Дата
Msg-id 20061030152549.GB11985@decibel.org
обсуждение исходный текст
Ответ на Re: Copying data from table to table (cloned tables)  ("shaik mastan dilshad" <dilshad_sm@rediffmail.com>)
Список pgsql-admin
On Fri, Oct 27, 2006 at 12:38:51PM -0000, shaik mastan dilshad wrote:
> Hi all,
>
> Can any one tell me,how to retirve the data which had deleted for an instance ,i mean how to rollback the previous.
>
> Look forward to hearing from all of you.

Please start a new thread instead of replying to an existing one.

You can only rollback an uncommitted transaction. Once you commit, the
changes are permanent.

Your only other option is to setup Point In Time Recovery (PITR), and
use it to restore a copy of your database to just before committing a
the transaction you want to back out. Of course, everything that's
happened in the database since then will also be gone.
--
Jim C. Nasby, Database Architect                decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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

Предыдущее
От: "Shoaib Mir"
Дата:
Сообщение: Re: 100% failover + replication solution
Следующее
От: viraj
Дата:
Сообщение: can not restart posgresql after dist-upgrade - debian