]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Document that SSL is only possible on tcp/ip connections in the
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Nov 2008 22:40:40 +0000 (22:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Nov 2008 22:40:40 +0000 (22:40 +0000)
postgresql.conf 'ssl' section.

doc/src/sgml/config.sgml

index 94fc5ef611fe9ca6d9092ec019853cd001348878..a90009e900b87d7481af2c884a28d955a5af0a24 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.192 2008/11/03 01:17:08 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.193 2008/11/04 22:40:40 momjian Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -565,7 +565,8 @@ SET ENABLE_SEQSCAN TO OFF;
         Enables <acronym>SSL</> connections. Please read
         <xref linkend="ssl-tcp"> before using this. The default
         is <literal>off</>. This parameter can only be set at server
-        start.
+        start.  <acronym>SSL</> communication is only possible with
+        TCP/IP connections.
        </para>
       </listitem>
      </varlistentry>