Re: Error 25P02 - transaction aborted - Potential causes? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Error 25P02 - transaction aborted - Potential causes?
Date
Msg-id 8829.1173816732@sss.pgh.pa.us
Whole thread Raw
In response to Error 25P02 - transaction aborted - Potential causes?  ("Allan Sullivan" <allan.sullivan@nortak.com>)
List pgsql-novice
"Allan Sullivan" <allan.sullivan@nortak.com> writes:
> I've started to get the following error:
> 25P02 - current transaction is aborted, commands ignored

This is symptom not cause; what you ought to be asking is what caused
the transaction to fail in the first place, ie the error before this
one.

If you think there wasn't one, that might be an indication that your
app code is failing to check for error somewhere that it needs to.
You could turn up the logging on the server to see what is happening.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Allan Sullivan"
Date:
Subject: Error 25P02 - transaction aborted - Potential causes?
Next
From: Tom Lane
Date:
Subject: Re: plpgsql: inserting a record into a (matching) table