Commit c227ccc2 authored by Bruce Momjian's avatar Bruce Momjian

Document that 'sslmode' is ignored for Unix domain socket communication;

backpatch to 8.3.X.
parent b6cb3d0c
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.266 2008/10/27 09:42:31 mha Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.267 2008/11/04 22:36:07 momjian Exp $ -->
<chapter id="libpq"> <chapter id="libpq">
<title><application>libpq</application> - C Library</title> <title><application>libpq</application> - C Library</title>
...@@ -233,8 +233,8 @@ ...@@ -233,8 +233,8 @@
<term><literal>sslmode</literal></term> <term><literal>sslmode</literal></term>
<listitem> <listitem>
<para> <para>
This option determines whether or with what priority an This option determines whether or with what priority a
<acronym>SSL</> connection will be negotiated with the <acronym>SSL</> TCP/IP connection will be negotiated with the
server. There are four modes: <literal>disable</> will attempt server. There are four modes: <literal>disable</> will attempt
only an unencrypted <acronym>SSL</> connection; only an unencrypted <acronym>SSL</> connection;
<literal>allow</> will negotiate, trying first a <literal>allow</> will negotiate, trying first a
...@@ -243,7 +243,8 @@ ...@@ -243,7 +243,8 @@
will negotiate, trying first an <acronym>SSL</> connection, will negotiate, trying first an <acronym>SSL</> connection,
then if that fails, trying a regular non-<acronym>SSL</> then if that fails, trying a regular non-<acronym>SSL</>
connection; <literal>require</> will try only an connection; <literal>require</> will try only an
<acronym>SSL</> connection. <acronym>SSL</> connection. <literal>sslmode</> is ignored
for Unix domain socket communication.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment