very much.
zhuge xiao <[EMAIL PROTECTED]>
Tom Lane wrote:
>"zhuge xiao" <[EMAIL PROTECTED]> writes:
>
>
>>could not connect to server: Permission denied
>>Is the server running locally and accepting connections
Help me!
I have edited the program testlibpq.c which is copied from the
PostgreSQL document to make it become a CGI program. And I have
succeeded to compile the programme, testlibpq.c from the command line:
[EMAIL PROTECTED] src]$ cc -o testlibpq testlibpq.c -lpq
And it can run from the com