Re: rollback

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Adrian Moisey <adrian(at)careerjunction(dot)co(dot)za>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: rollback
Date: 2008-07-09 13:56:08
Message-ID: 20080709135608.GD18930@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)org> http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

In response to

  • rollback at 2008-07-09 13:38:52 from Adrian Moisey

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Moisey 2008-07-09 13:59:00 Re: rollback
Previous Message Richard Broersma 2008-07-09 13:56:01 Re: rollback