transaction aborted with error

From: DaVinci <bombadil(at)wanadoo(dot)es>
To: Lista PostgreSql <pgsql-general(at)postgresql(dot)org>
Subject: transaction aborted with error
Date: 2001-03-22 09:15:54
Message-ID: 20010322101554.A25549@fangorn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello. I have a problem with Postgresql 7.1 beta (Debian packages).

When I am in middle of transaction and there is an error, for example
caused by trying to insert a tupla with a "not null" value without valor, I
get error:

NOTICE: current transaction is aborted, queries ignored until end of
transaction block.

I don't like this behaviour, is there any form of avoiding abortion of
transaction on error?...

Thanks.

David

Responses

Browse pgsql-general by date

  From Date Subject
Next Message J.H.M. Dassen Ray 2001-03-22 09:16:11 Re: Updates on Views?
Previous Message J.H.M. Dassen Ray 2001-03-22 09:12:42 Re: How to copy table?