Re: Nested Transactions, Abort All - Mailing list pgsql-hackers

From Dennis Bjorklund
Subject Re: Nested Transactions, Abort All
Date
Msg-id Pine.LNX.4.44.0407071036520.2838-100000@zigo.dhs.org
Whole thread Raw
In response to Re: Nested Transactions, Abort All  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: Nested Transactions, Abort All  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-hackers
On Wed, 7 Jul 2004, Oliver Jowett wrote:

> So how do you propose supporting simple rollback of a subtransaction? It 
> seems like an extension regardless of how it's done.

If I understand you correctly what you want is a ROLLBACK TO SAVEPOINT
foo; followed by a RELEASE SAVEPOINT foo; 

-- 
/Dennis Björklund



pgsql-hackers by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Nested Transactions, Abort All
Next
From: Oliver Jowett
Date:
Subject: Re: Nested Transactions, Abort All