Re: rollback

From: Adrian Moisey <adrian(at)careerjunction(dot)co(dot)za>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: rollback
Date: 2008-07-09 13:59:00
Message-ID: 4874C424.1090903@careerjunction.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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".

I would like to do this globally over the entire DB, is that possible?

--
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: adrian(at)careerjunction(dot)co(dot)za
Phone: +27 21 686 6820 | Mobile: +27 82 858 7830 | Fax: +27 21 686 6842

In response to

  • Re: rollback at 2008-07-09 13:56:08 from Martijn van Oosterhout

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2008-07-09 14:19:01 Re: rollback
Previous Message Martijn van Oosterhout 2008-07-09 13:56:08 Re: rollback