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

From Scott Marlowe
Subject Re: Nested Transactions, Abort All
Date
Msg-id 1089213967.14278.4.camel@localhost.localdomain
Whole thread Raw
In response to Re: Nested Transactions, Abort All  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-hackers
On Wed, 2004-07-07 at 00:16, Dennis Bjorklund wrote:
> On Tue, 6 Jul 2004, Alvaro Herrera wrote:
> 
> > We can later implement savepoints, which will have "SAVEPOINT foo" and
> > "ROLLBACK TO foo" as interface.  (Note that a subtransaction is slightly
> > different from a savepoint, so we can't use ROLLBACK TO <foo> in
> > subtransactions because that has a different meaning in savepoints).
> 
> What is the semantic difference?

One is in the SQL spec?

For that reason alone, we should probably eventually have the savepoint
syntax work.




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: plperl security
Next
From: "Scott Marlowe"
Date:
Subject: Re: Nested Transactions, Abort All