Re: [SQL] transaction aborted - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: [SQL] transaction aborted
Date
Msg-id Pine.LNX.4.21.0001291208060.364-100000@localhost.localdomain
Whole thread Raw
In response to transaction aborted  (Mark Wilson <mwilson@sundog.larc.nasa.gov>)
List 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




pgsql-sql by date:

Previous
From: Ed Loehr
Date:
Subject: Re: [HACKERS] Help with pl/pgsql, triggers, and foreign keys
Next
From: Mark Volpe
Date:
Subject: inet/cidr - can this be done?