Re: [GENERAL] C API, PQconnectdb and options Q.

2003-09-10 Thread Stephan Szabo
On Wed, 10 Sep 2003, D. Stimits wrote: > D. Stimits wrote: > > > I'm using a Redhat version of PostgreSQL 7.2.3 with the C API. Mostly > > things work right, but I need more debug output, as I have a query that > > works fine from psql, but fails with the C API (perhaps this is because > > I use P

Re: [GENERAL] C API, PQconnectdb and options Q.

2003-09-10 Thread D. Stimits
D. Stimits wrote: I'm using a Redhat version of PostgreSQL 7.2.3 with the C API. Mostly things work right, but I need more debug output, as I have a query that works fine from psql, but fails with the C API (perhaps this is because I use PQescapeString). The only way to know there is an error is t