Re: [GENERAL] Transaction aborted?

From: "Jose' Soares" <jose(at)sferacarta(dot)com>
To: Mike Meyer <mwm(at)phone(dot)net>
Cc: PostgreSQL general mailinglist <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Transaction aborted?
Date: 1998-11-03 10:09:05
Message-ID: 363ED641.71D16D86@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Meyer wrote:
>
> I'm seeing these messages in the process of adding entries to a
> database.
>
> NOTICE: (transaction aborted): queries ignored until END
>
> I'm not positive what they mean. Is there someone who is who could
> tell me, and tell me how to catch then and deal with them?
>

That's mean that you had an error during transaction. The only command
that backend accepts at this point
is the END.

Jose'

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Konstantin Agouros 1998-11-03 10:49:00 View-Problem
Previous Message Jose' Soares 1998-11-03 09:30:51 Re: [GENERAL] float8 to text converter