Humongous BUG in PostgreSQL/libpq?

From: "planx plnetx" <planetx2100(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Humongous BUG in PostgreSQL/libpq?
Date: 2000-07-06 15:44:10
Message-ID: 20000706154411.37992.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If I declare a cursor in embedded SQL I get a strange error wich
doesn't occur if I declare it manually with psql!

the code is:

void setSQL(PGconn *conn){
PQexec(conn,"SET DATESTYLE=European;");
PQexec(conn,"BEGIN TRANSACTION;");
PQexec(conn,"SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;");
PQexec(conn,"DECLARE peop_cursor CURSOR FOR SELECT * FROM people;");

/*at this point while executing this last instruction pgsql give me:

"NOTICE: current transaction is aborted, queries are ignored until
the end of transaction"

but the error doesn't occur processing those instructions in psql
*/
}

what I have to do????????????
HELP!
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Browse pgsql-general by date

  From Date Subject
Next Message Richard Poole 2000-07-06 15:55:16 Re: [HACKERS] Re: Revised Copyright: is this more palatable?
Previous Message The Hermit Hacker 2000-07-06 15:31:02 Re: PostgreSQL & the BSD License