File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.43 2000/10/16 03:25:16 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.44 2000/10/17 14:27:50 momjian Exp $
33-->
44
55 <chapter id="libpq-chapter">
@@ -188,17 +188,6 @@ PGconn *PQconnectdb(const char *conninfo)
188188 </para>
189189 </listitem>
190190 </varlistentry>
191-
192- <varlistentry>
193- <term><literal>requiressl</literal></term>
194- <listitem>
195- <para>
196- Set to '1' to require SSL connection to the backend. Libpq
197- will then refuse to connect if the server does not support
198- SSL. Set to '0' (default) to negotiate with server.
199- </para>
200- </listitem>
201- </varlistentry>
202191 </variablelist>
203192
204193 If any parameter is unspecified, then the corresponding
You can’t perform that action at this time.
0 commit comments