Re: savepoint improvements - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: savepoint improvements
Date
Msg-id c2d9e70e0701210940l753e389cnb56fa92d09b4705e@mail.gmail.com
Whole thread Raw
In response to Re: savepoint improvements  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: savepoint improvements
List pgsql-hackers
On 1/21/07, Simon Riggs <simon@2ndquadrant.com> wrote:
> On Fri, 2007-01-19 at 15:12 -0500, Merlin Moncure wrote:
>
> > The missing piece of the puzzle is the ability to recover a failed
> > transaction without issuing a full commit/rollback.
>
> Agreed.
>
> I'd like to see a TODO item to allow an *option* to be set to choose
> between these two transactional behaviours.
[...]
> - continue on error i.e. COMMIT can/might succeed - though there are
> still cases where it cannot, such as a serializable exception.
>

and what should be the behaviour of that? the same as rollback?

-- 
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."                                      Richard Cook


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: XML regression test failure
Next
From: Tom Lane
Date:
Subject: Re: Simplifying pg_am representation of index sortability