Re: Commit turns into rollback? - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Commit turns into rollback?
Date
Msg-id 1142591118.3819.0.camel@localhost.localdomain
Whole thread Raw
In response to Commit turns into rollback?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Commit turns into rollback?
List pgsql-hackers
Ühel kenal päeval, R, 2006-03-17 kell 10:12, kirjutas Peter Eisentraut:
> What sense is this supposed to make?
> 
> => begin;
> BEGIN
> => blah;
> ERROR: ...
> => commit;
> ROLLBACK
> ^^^^^^^^

Return status tells you what actually happened.

> Even if this is justifiable, this behavior is not documented (in any obvious 
> place).

What would you suggest as an obvious place ?

-------------
Hannu




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Commit turns into rollback?
Next
From: Peter Eisentraut
Date:
Subject: Re: Commit turns into rollback?