TRANSACTION error question - Mailing list pgsql-general

From Zuev Dmitry
Subject TRANSACTION error question
Date
Msg-id 99nbmo$8o9$1@news.nsk.su
Whole thread Raw
List 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 ?



pgsql-general by date:

Previous
From: "Gary Huntress"
Date:
Subject: Free PostgreSQL Database Hosting - Needs Beta Testers
Next
From: Harry Yau
Date:
Subject: Adjustment to "Problem with dropping a FOREIGN KEY"