help with programming

Поиск
Список
Период
Сортировка
От Chris Hayner
Тема help with programming
Дата
Msg-id Pine.OSF.4.32.0105151631390.22300-100000@typhoon.ocis.temple.edu
обсуждение исходный текст
Ответы Re: help with programming
Список 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 по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: JDBC and numeric datatype...
Следующее
От: Carlos Moreno
Дата:
Сообщение: libpq++ and strings.