Re: Don't understand transaction error - Mailing list pgsql-general

From Richard Huxton
Subject Re: Don't understand transaction error
Date
Msg-id 43172885.1070907@archonet.com
Whole thread Raw
In response to Don't understand transaction error  ("Jonathan Villa" <jonathan@innovativesource.net>)
List 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 by date:

Previous
From: Art Fore
Date:
Subject: Re: syslog message I do not understand
Next
From: Michael Fuhr
Date:
Subject: Re: Order By for aggregate functions (Simulating Group_concat)