Re: Transaction bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brage Førland <brage(at)zoo(dot)uib(dot)no>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Transaction bug
Date: 2003-10-27 20:08:55
Message-ID: 2468.1067285335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Brage =?iso-8859-1?Q?F=F8rland?= <brage(at)zoo(dot)uib(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dror Matalon 2003-10-28 19:23:42 PANIC: can't juggle and compress too
Previous Message Josh Wilmes 2003-10-27 18:36:34 Re: ISM shared memory on solaris