Re: [GENERAL]

2000-04-25 Thread Teruel Tony
Hi, The query is simple: select count(*) from table; I have the same error message with almost all queries, I'm trying to debug what's new on that table (data) because it was working fine.. The version I'm using: PostgreSQL 6.5.3 on i586-pc-linux-gnu, compiled by gcc egcs-2.91.66 The tabl

[GENERAL]

2000-04-25 Thread Teruel Tony
Hi, I'm having this message when trying to perform a query.. someone knows what do I have to do to fix it? Thanks pqReadData() -- backend closed the channel unexpectedly. This probably means the backend terminated abnormally before or while processing the request. We have lost

[GENERAL] Libpq problems

2000-03-29 Thread Teruel Tony
Hi, I'm interacting with postgeSQL using C languaje, I'm having compilation problems. I set the compilation definition as: PGSQL_INCLUDE=/usr/local/pgsql/include/libpq (that's where I got the path to libpq) and I'm using something like this (I'm using sockets) to compile: cc -s -I/usr/local/pgs