Re: Don't understand transaction error

From: Richard Huxton <dev(at)archonet(dot)com>
To: jonathan(at)innovativesource(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Don't understand transaction error
Date: 2005-09-01 16:12:53
Message-ID: 43172885.1070907@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dick Kniep 2005-09-01 16:13:13 Schema problems RedHat / SuSE 9.3 for version 7.4.8
Previous Message Tom Lane 2005-09-01 16:10:57 Re: Array of created types