Lennin Caro <lennin.caro@yahoo.com> wrote on Wed, Feb 18, 2009 at 06:53:32AM -0800:
> try
> fprintf(stdout,"Connection \n");
> printf("Connection \n");
Thanks, but both produce the same behavior as fprintf(stderr, "Connection \n"):
It prints when the PQconnectdb and PQfinish lines are commented out but not
when they are present.