Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END

From: Timothy Laswell <tlaswell(at)erols(dot)com>
To: Mike Mascari <mascarm(at)mascari(dot)com>
Cc: Alex Guryanow <gav(at)nlr(dot)ru>, pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END
Date: 1999-12-19 20:09:00
Message-ID: Pine.LNX.4.10.9912191506520.3954-100000@tlashome.erols.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Thanks Mike, I had the same problem and couldn't figure it out. I forgot
that since the last time I ran this type of routine I had added some
quotes in. I forgot to add the routines to handle the single quotes in
the new program.

Tim in Columbia MD

On Sat, 18 Dec 1999, Mike Mascari wrote:

> Alex Guryanow wrote:
> >
> > NOTICE: (transaction aborted): queries ignored until
> >
> > What means this message? And why this happens?
> >
> > Best regards,
> > Alex
>
> That message appears when an error has occurred in a
> transaction. It means that no other SQL statements will be
> processed until the transaction has ended and a new one has
> begun. For example:
>
> It sounds as if some of your INSERT statements are not being
> properly executed, often due to embedded single quotes in
> text strings, lack of NULL values for missing datetime
> values, or some other such syntax error. You should be able
> to use PQresultStatus() and PQerrorMessage() to determine
> precisely the error which is causing the transaction to
> abort.
>
> Hope that helps,
>
> Mike Mascari
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message david.gormley 1999-12-19 22:05:47 unsubscribe
Previous Message Alain TESIO 1999-12-19 19:06:38 Right to create temp tables

Browse pgsql-sql by date

  From Date Subject
Next Message Mitch Vincent 1999-12-19 21:40:37 Rule Question
Previous Message Alain TESIO 1999-12-19 19:06:38 Right to create temp tables