From c227ccc2f739828d87721d76cae66d073679b2e3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 4 Nov 2008 22:36:07 +0000 Subject: [PATCH] Document that 'sslmode' is ignored for Unix domain socket communication; backpatch to 8.3.X. --- doc/src/sgml/libpq.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0aa134f4cd..d0a0284e87 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -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. -- 2.40.0