|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.266 2008/10/27 09:42:31 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.267 2008/11/04 22:36:07 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq">
|
4 | 4 | <title><application>libpq</application> - C Library</title>
|
|
233 | 233 | <term><literal>sslmode</literal></term>
|
234 | 234 | <listitem>
|
235 | 235 | <para>
|
236 |
| - This option determines whether or with what priorityan |
237 |
| - <acronym>SSL</> connection will be negotiated with the |
| 236 | + This option determines whether or with what prioritya |
| 237 | + <acronym>SSL</>TCP/IPconnection will be negotiated with the |
238 | 238 | server. There are four modes: <literal>disable</> will attempt
|
239 | 239 | only an unencrypted <acronym>SSL</> connection;
|
240 | 240 | <literal>allow</> will negotiate, trying first a
|
|
243 | 243 | will negotiate, trying first an <acronym>SSL</> connection,
|
244 | 244 | then if that fails, trying a regular non-<acronym>SSL</>
|
245 | 245 | connection; <literal>require</> will try only an
|
246 |
| - <acronym>SSL</> connection. |
| 246 | + <acronym>SSL</> connection. <literal>sslmode</> is ignored |
| 247 | + for Unix domain socket communication. |
247 | 248 | </para>
|
248 | 249 |
|
249 | 250 | <para>
|
|