|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="libpq-chapter">
|
@@ -188,17 +188,6 @@ PGconn *PQconnectdb(const char *conninfo)
|
188 | 188 | </para>
|
189 | 189 | </listitem>
|
190 | 190 | </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> |
202 | 191 | </variablelist>
|
203 | 192 |
|
204 | 193 | If any parameter is unspecified, then the corresponding
|
|