Re: Commit turns into rollback?

From: Hannu Krosing <hannu(at)skype(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Commit turns into rollback?
Date: 2006-03-17 10:25:18
Message-ID: 1142591118.3819.0.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ühel kenal päeval, R, 2006-03-17 kell 10:12, kirjutas Peter Eisentraut:
> What sense is this supposed to make?
>
> => begin;
> BEGIN
> => blah;
> ERROR: ...
> => commit;
> ROLLBACK
> ^^^^^^^^

Return status tells you what actually happened.

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

What would you suggest as an obvious place ?

-------------
Hannu

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-03-17 10:27:45 Re: Commit turns into rollback?
Previous Message Peter Eisentraut 2006-03-17 09:12:29 Commit turns into rollback?