Re: troubleshooting PGError

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: slavix <mikerin(dot)slava(at)gmail(dot)com>
Subject: Re: troubleshooting PGError
Date: 2011-11-10 16:31:57
Message-ID: 201111100831.57810.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, November 08, 2011 9:02:40 pm slavix wrote:
> Hello,
> I am new to postgres, but need to resolve this error:
>
> PGError: ERROR: current transaction is aborted, commands ignored
> until end of transaction block
>
> : SELECT 1 FROM "trades" WHERE ("trades"."uuid" =
>
> 'bc8d86e6-0a8d-11e1-a345-001d09203579' AND "trades"."id" != 25) LIMIT
> 1
>
> Don't know what is the problem, tried running the same query in
> pgAdmin and the query runs fine..
> I don't know what the error actually is since the error message is not
> clear. Any ideas on how to investigate this?

What version of Postgres?
Where are you running the above from?

>
> thank you.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregg Jaskiewicz 2011-11-10 16:33:12 Re: troubleshooting PGError
Previous Message Alban Hertroys 2011-11-10 16:30:26 Re: troubleshooting PGError