Re: [SQL] transaction aborted

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: m(dot)r(dot)wilson(at)larc(dot)nasa(dot)gov
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] transaction aborted
Date: 2000-01-29 11:14:13
Message-ID: Pine.LNX.4.21.0001291208060.364-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2000-01-27, Mark Wilson mentioned:

> Hello,
>
> Can anyone give me a more detailed explanation of what's going on? I'm
> getting the following error during a series of database inserts:]
>
> NOTICE: (transaction aborted): queries ignored until END

One of your inserts failed (check the error messages) and therefore the
transaction in progress was aborted. In order to continue, you must
explicitly roll it back (ROLLBACK command).

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Mark Volpe 2000-01-29 18:55:35 inet/cidr - can this be done?
Previous Message Ed Loehr 2000-01-29 08:37:21 Re: [HACKERS] Help with pl/pgsql, triggers, and foreign keys