Re: [GENERAL] libpq and unwanted stderr output

2005-08-19 Thread Martijn van Oosterhout
On Fri, Aug 19, 2005 at 10:16:14AM -0700, Steve Crawford wrote: > I have some C programs which use libpq and I do not want them to write > output to the screen (unless, of course, I direct them to do so). > When I use libpq I get unwanted messaged dumped to stderr. I think you want these: exter

[GENERAL] libpq and unwanted stderr output

2005-08-19 Thread Steve Crawford
I have some C programs which use libpq and I do not want them to write output to the screen (unless, of course, I direct them to do so). When I use libpq I get unwanted messaged dumped to stderr. Example (stripped of all error-checking, etc.): #include "/usr/include/pgsql/libpq-fe.h" int main