Re: Transaction bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Transaction bug
Date
Msg-id 2468.1067285335@sss.pgh.pa.us
Whole thread Raw
In response to Transaction bug  (Brage Førland <brage@zoo.uib.no>)
List pgsql-bugs
Brage Førland <brage@zoo.uib.no> writes:
> If you send a transaction as a single query to the backend, it ignores the
> commit if the transaction is aborted:

This is not a bug, it is the intended behavior.  An error causes
processing of the current querystring to be abandoned.  If you don't
want that, don't issue the commands in a single querystring.
        regards, tom lane


pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ISM shared memory on solaris
Next
From: Josh Wilmes
Date:
Subject: Re: ISM shared memory on solaris