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

From: neko(at)kredit(dot)sth(dot)szif(dot)hu
To: Alex Guryanow <gav(at)nlr(dot)ru>
Cc: pgsql-general(at)postgreSQL(dot)org, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] NOTICE: (transaction aborted): queries ignored until END
Date: 1999-12-19 09:47:44
Message-ID: Pine.LNX.4.10.9912191035340.2754-100000@kredit.sth.szif.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On Sun, 19 Dec 1999, Alex Guryanow wrote:
> NOTICE: (transaction aborted): queries ignored until
> What means this message? And why this happens?
If an error occured inside a transaction, the whole transaction will be
droped. If the first query fails it is the simplest way to do nothing with
subsequent querys. (and the first action of course will be rollbacked)

If you want know what happend, you need look for the error message, before
the first "transaction aborted" notice.

--
nek;(

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alain TESIO 1999-12-19 14:28:59 group by / having
Previous Message Mike Mascari 1999-12-19 01:58:56 Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END

Browse pgsql-sql by date

  From Date Subject
Next Message tjk@tksoft.com 1999-12-19 10:20:33 Re: [SQL] making 'like' queries quicker
Previous Message Mike Mascari 1999-12-19 01:58:56 Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END