Commit turns into rollback? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Commit turns into rollback?
Date
Msg-id 200603171012.30421.peter_e@gmx.net
Whole thread Raw
Responses Re: Commit turns into rollback?  (Hannu Krosing <hannu@skype.net>)
List pgsql-hackers
What sense is this supposed to make?

=> begin;
BEGIN
=> blah;
ERROR: ...
=> commit;
ROLLBACK
^^^^^^^^

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

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Automatically setting work_mem
Next
From: Hannu Krosing
Date:
Subject: Re: Commit turns into rollback?