help with programming - Mailing list pgsql-interfaces

From Chris Hayner
Subject help with programming
Date
Msg-id Pine.OSF.4.32.0105151631390.22300-100000@typhoon.ocis.temple.edu
Whole thread Raw
Responses Re: help with programming  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-interfaces
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=usrrequiressl=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-interfaces by date:

Previous
From: Jan Wieck
Date:
Subject: Re: JDBC and numeric datatype...
Next
From: Carlos Moreno
Date:
Subject: libpq++ and strings.