SQL error code -601 <ECPG_WARNING_QUERY_IGNORED>

From: jason(dot)ctr(dot)alburger(at)faa(dot)gov
To: pgsql-novice(at)postgresql(dot)org
Subject: SQL error code -601 <ECPG_WARNING_QUERY_IGNORED>
Date: 2005-08-03 12:53:37
Message-ID: OF3DD80DBD.05E66B2E-ON85257052.0043F81A-85257052.0046D3ED@faa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-sql

All,

I recevied the SQL error code -601 <ECPG_WARNING_QUERY_IGNORED> from an
embedded C SQL EXEC statement

ie, EXEC SQL DELETE FROM foo WHERE number = 999999;

I've googled the error code, but the only thing I can come up with is
"current transaction is aborted, queries ignored until the end of
transaction block".

Can anybody provide me with a better explanation of what the error means &
what circumstances generate the error? Is this error just a warning that
can be logged and ignored, or is there a major problem at this point?

Thanks in advance!!

Jason Alburger
609-485-7225
HID/NAS/LAN Engineer
Joseph Sheairs Associates, Inc.
FAA/AOS-330

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message daq 2005-08-03 13:59:38 Re: [NOVICE] SQL error code -601 <ECPG_WARNING_QUERY_IGNORED>
Previous Message Walker, Jed S 2005-08-02 21:44:30 Re: Make year 01/01/0001 but leave timestamp alone

Browse pgsql-sql by date

  From Date Subject
Next Message daq 2005-08-03 13:59:38 Re: [NOVICE] SQL error code -601 <ECPG_WARNING_QUERY_IGNORED>
Previous Message Karsten Hilbert 2005-08-03 09:23:08 Re: Trigger on select?