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.0407071026540.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:

> Savepoint "ROLLBACK TO foo" doesn't invalidate 'foo'. If "SAVEPOINT foo" 
> is 'start new subtransaction foo', "ROLLBACK TO foo" must be 'roll back 
> subtransaction foo and all children; start new subtransaction foo'.

If that is all there is, I much rather see this standard interface then a
pg extension.

-- 
/Dennis Björklund



pgsql-hackers by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: nested-xacts cursors (was Re: Performance with new
Next
From: Oliver Jowett
Date:
Subject: Re: Nested Transactions, Abort All