Re: 2009-11-02 08:31:30 EST:user@host(48990):4562ERROR: current transaction is aborted, commands ignored until end of transaction block

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: 2009-11-02 08:31:30 EST:user@host(48990):4562ERROR: current transaction is aborted, commands ignored until end of transaction block
Date: 2009-11-02 13:59:43
Message-ID: 4AEEE5CF.7070602@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/11/2009 13:55, Chris Barnes wrote:

> We are seeing the error ( 2009-11-02 08:31:30
> EST:recognit(at)192(dot)168(dot)3(dot)153(48990):4562ERROR: current transaction is
> aborted, commands ignored until end of transaction block )
> consistantly in the database and I'm not sure if there was something
> left out of the code ( search indicates autocomit), or pgbouncer
> or putting the hot standby online, but with so many changes it's a
> guessing game.

Hi there,

This error is what you see if you (i) begin a transaction, (ii) execute
a query that causes an error, and (iii) try to execute further queries
in the same transaction. You'll continue to get this query until you
issue a ROLLBACK. - So my guess is that there's a problem in your
application.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Mayer 2009-11-02 14:06:39 Re: Absolute value of intervals
Previous Message Chris Barnes 2009-11-02 13:55:14 2009-11-02 08:31:30 EST:user@host(48990):4562ERROR: current transaction is aborted, commands ignored until end of transaction block