Re: rollback

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: rollback
Дата
Msg-id 1215634259.4051.1141.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на rollback  (Adrian Moisey <adrian@careerjunction.co.za>)
Список pgsql-general
On Wed, 2008-07-09 at 15:38 +0200, Adrian Moisey wrote:

> I would like to be able to "mark" a point in my postgres database.
> After that I want to change a few things and "rollback" to that
> point.
> Does postgres support such a thing?  Is it possible for me to do this?

* Transactions ;-)

* PITR

* Build an application-level undo infrastructure using reverse action
triggers.

* Various internal ways not usually attempted.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


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

Предыдущее
От: "unixprgrmr01@gmail.com"
Дата:
Сообщение: manual Installation for thread safety
Следующее
От: Iv Ray
Дата:
Сообщение: Re: MSSQL to PostgreSQL