From: Bruce Momjian Date: Tue, 17 Oct 2000 14:27:50 +0000 (+0000) Subject: Remove duplicate requiressl entry. X-Git-Tag: REL7_1_BETA~434 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3f6552821645caaf13d8d32c2cf23a869b2252b;p=thirdparty%2Fpostgresql.git Remove duplicate requiressl entry. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 380fb6bdf44..a23ef89546a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -188,17 +188,6 @@ PGconn *PQconnectdb(const char *conninfo) - - - requiressl - - - Set to '1' to require SSL connection to the backend. Libpq - will then refuse to connect if the server does not support - SSL. Set to '0' (default) to negotiate with server. - - - If any parameter is unspecified, then the corresponding