From: Bruce Momjian Date: Tue, 4 Nov 2008 22:36:12 +0000 (+0000) Subject: Document that 'sslmode' is ignored for Unix domain socket communication; X-Git-Tag: recoveryinfrav9~412 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bad52d293d12afd896ff4cf34af0b16bc53f966c;p=users%2Fsimon%2Fpostgres.git Document that 'sslmode' is ignored for Unix domain socket communication; backpatch to 8.3.X. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b1bfad05a9..8a50fd2ccb 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -233,8 +233,8 @@ 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 @@ -243,7 +243,8 @@ 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.