Re: Don't understand transaction error

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Don't understand transaction error
Дата
Msg-id 43172885.1070907@archonet.com
обсуждение исходный текст
Ответ на Don't understand transaction error  ("Jonathan Villa" <jonathan@innovativesource.net>)
Список pgsql-general
Jonathan Villa wrote:
> I'm getting the following error when attempting to use my application:
>
> ERROR: current transaction is aborted, commands ignored until end of
> transaction block
>
> I have no clue...

An error has occurred on a previous command. As a result, this
transaction is aborted and you should issue ROLLBACK to cancel it.

There should be another error previously that causes this.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Art Fore
Дата:
Сообщение: Re: syslog message I do not understand
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Order By for aggregate functions (Simulating Group_concat)