Re: savepoint improvements

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: savepoint improvements
Дата
Msg-id c2d9e70e0701210940l753e389cnb56fa92d09b4705e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: savepoint improvements  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: savepoint improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: XML regression test failure
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Simplifying pg_am representation of index sortability