Re: Error 25P02 - transaction aborted - Potential causes?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error 25P02 - transaction aborted - Potential causes?
Дата
Msg-id 8829.1173816732@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error 25P02 - transaction aborted - Potential causes?  ("Allan Sullivan" <allan.sullivan@nortak.com>)
Список 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 по дате отправления:

Предыдущее
От: "Allan Sullivan"
Дата:
Сообщение: Error 25P02 - transaction aborted - Potential causes?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql: inserting a record into a (matching) table