aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-11-04 22:36:12 +0000
committerBruce Momjian <bruce@momjian.us>2008-11-04 22:36:12 +0000
commitd0d2d74ce73e733b8cb1868a37a033d498aae0c3 (patch)
treec80abfa4a30e5e9992bf6d366955869bc16427f4
parenta06dedfc5e82c4acf1840bf8c63c3e4097c19151 (diff)
downloadpostgresql-d0d2d74ce73e733b8cb1868a37a033d498aae0c3.tar.gz
postgresql-d0d2d74ce73e733b8cb1868a37a033d498aae0c3.zip
Document that 'sslmode' is ignored for Unix domain socket communication;
backpatch to 8.3.X.
-rw-r--r--doc/src/sgml/libpq.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 56b89b5cd92..d12e5113028 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.255.2.1 2008/03/06 15:38:02 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.255.2.2 2008/11/04 22:36:12 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
@@ -233,8 +233,8 @@
<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
@@ -243,7 +243,8 @@
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>