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