From: Bruce Momjian Date: Tue, 17 Oct 2000 14:27:50 +0000 (+0000) Subject: Remove duplicate requiressl entry. X-Git-Tag: REL9_0_0~22375 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3f6552821645caaf13d8d32c2cf23a869b2252b;p=pg-rex%2Fsyncrep.git Remove duplicate requiressl entry. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 380fb6bdf4..a23ef89546 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