Re: rollback

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: rollback
Дата
Msg-id 20080709135608.GD18930@svana.org
обсуждение исходный текст
Ответ на rollback  (Adrian Moisey <adrian@careerjunction.co.za>)
Ответы Re: rollback  (Adrian Moisey <adrian@careerjunction.co.za>)
Список pgsql-general
On Wed, Jul 09, 2008 at 03:38:52PM +0200, Adrian Moisey wrote:
> Hi
>
> 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?

Well, transactions do that. If you want to do this inside a
transaction, the term you're looking for is "savepoints".

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Вложения

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

Предыдущее
От: "Richard Broersma"
Дата:
Сообщение: Re: rollback
Следующее
От: Adrian Moisey
Дата:
Сообщение: Re: rollback