help with programming - Mailing list pgsql-general

From Chris Hayner
Subject help with programming
Date
Msg-id Pine.OSF.4.32.0105151212500.22300-100000@typhoon.ocis.temple.edu
Whole thread Raw
In response to locking a dropped table  ("Thomas F. O'Connell" <tfo@monsterlabs.com>)
List pgsql-general
hello all,
as (I think) shown on the libpq - C library page of the documentation, I
attempetd to connedt over ssl to a correctly compiled 7.1 database. Here
is the connection portion of my code:


PGconn          *conn;

...

        /* make a connection to the database */
        conn = PQconnectdb( "host=shelob.temple.edu dbname=ldap_backend user=usr requiressl=1");

...


when run, the program dies with the following :

ERROR: Unknown conninfo option 'requiressl'

any help in this matter would be greatly appreciated.

thanks in advance,
--chris hayner


pgsql-general by date:

Previous
From: "Kurt Miller"
Date:
Subject: Re: 7.0.2 backend churning out messages
Next
From: Nils Zonneveld
Date:
Subject: Re: SELECT from a table in another database