help with programming

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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message L. User 2001-05-15 22:52:47 libpq under Win CE
Previous Message Peter Eisentraut 2001-05-15 14:24:26 Re: Compiling Test Programs