Brage =?iso-8859-1?Q?F=F8rland?= <brage (AT) zoo (DOT) uib.no> writes:
Quote:
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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match