TRANSACTION error question

From: "Zuev Dmitry" <envoy1(at)chat(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: TRANSACTION error question
Date: 2001-03-26 12:13:16
Message-ID: 99nbmo$8o9$1@news.nsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All
Can anybody comment it ...
1. BEGIN work;
2. do something wrong (like 'drop table unknown_table');
3. do something right (like 'drop table exist_table');
receive error message .... (why?)

I using PQexec() and on (3) i receive PG_COMMAND_OK ! so how i can detect
error state ?

Browse pgsql-general by date

  From Date Subject
Next Message Alvar Freude 2001-03-26 13:44:28 Inserting possible dublicate unique keys
Previous Message Mayers, Philip J 2001-03-26 11:33:56 RE: MACADDR types NULL value (undocumented?)