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 f5fc9f043975a1c9ae213d7a293ce1fb586edae0..54092cc83c8573d9d7fb175fb74f47eb370e3565 100644 (file)
@@ -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>