help with programming

From: Chris Hayner <hayner80(at)astro(dot)ocis(dot)temple(dot)edu>
To: <pgsql-general(at)postgresql(dot)org>
Subject: help with programming
Date: 2001-05-15 16:17:55
Message-ID: Pine.OSF.4.32.0105151212500.22300-100000@typhoon.ocis.temple.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2001-05-15 16:18:45 Re: Re: What's the best front end/client under MS Windows?
Previous Message Tom Lane 2001-05-15 15:51:06 Re: locking a dropped table