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

doc/src/sgml/libpq.sgml

index 0aa134f4cdefbcd4af405d64d652f100e0821300..d0a0284e8778534e3f63864527d4df43d41de93c 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
          sslmode
          
           
-           This option determines whether or with what priority an
-           SSL connection will be negotiated with the
+           This option determines whether or with what priority a
+           SSL TCP/IP connection will be negotiated with the
            server. There are four modes: disable will attempt
            only an unencrypted SSL connection;
            allow will negotiate, trying first a
            will negotiate, trying first an SSL connection,
            then if that fails, trying a regular non-SSL
            connection; require will try only an
-           SSL connection.
+           SSL connection.  sslmode is ignored
+           for Unix domain socket communication.