Document that 'sslmode' is ignored for Unix domain socket communication;
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Nov 2008 22:36:12 +0000 (22:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Nov 2008 22:36:12 +0000 (22:36 +0000)
backpatch to 8.3.X.

doc/src/sgml/libpq.sgml

index fe9f187f3f256582251d32f557906c1cd34a749f..a9d6508fb8ba739e8773063be779c01c4f25c611 100644 (file)
          <term><literal>sslmode</literal></term>
          <listitem>
           <para>
-           This option determines whether or with what priority an
-           <acronym>SSL</> connection will be negotiated with the
+           This option determines whether or with what priority a
+           <acronym>SSL</> TCP/IP connection will be negotiated with the
            server. There are four modes: <literal>disable</> will attempt
            only an unencrypted <acronym>SSL</> connection;
            <literal>allow</> will negotiate, trying first a
            will negotiate, trying first an <acronym>SSL</> connection,
            then if that fails, trying a regular non-<acronym>SSL</>
            connection; <literal>require</> will try only an
-           <acronym>SSL</> connection.
+           <acronym>SSL</> connection.  <literal>sslmode</> is ignored
+           for Unix domain socket communication.
           </para>
 
           <para>