This is a discussion on BUG #2332: commands ignored until end of transaction block within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2332 Logged by: Vinod Bapure Email address: bapure123@rediffmail.com PostgreSQL version: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 2332 Logged by: Vinod Bapure Email address: bapure123@rediffmail.com PostgreSQL version: 8.1.2 Operating system: Red Hat Linux 8.0 Description: commands ignored until end of transaction block Details: Hi, I am using psqlODBC driver to connect postgres 8.1.2 database. As I run my application to query few rows from the database I am getting following error at database end ERROR: current transaction is aborted, commands ignored until end of transaction block Please let me know if it is due to driver or wrong query from my application. My application is running on host which has following configuration Dual Xeon Processor 2.4 Ghz 2.0 GB RAM 40 GB HDD Operating System: RHEL 4.0 ES ODBC Driver: psqlODBC Postgres (8.1.2) is runnging on host with following configuration Pentium4@3.0ghz 512mb Ram 40gb Operating System: Red Hat Linux 8.0 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| There must be some error caused by the SQL statements sent by the application or driver. You can log the SQL statements by setting log_statement to true in postgres.conf. Regards, William ZHANG |