Document that SSL is only possible on tcp/ip connections in the
authorBruce Momjian
Tue, 4 Nov 2008 22:40:40 +0000 (22:40 +0000)
committerBruce Momjian
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 @@
-
+
 
 
   Server Configuration
@@ -565,7 +565,8 @@ SET ENABLE_SEQSCAN TO OFF;
         Enables SSL connections. Please read
          before using this. The default
         is off. This parameter can only be set at server
-        start.
+        start.  SSL communication is only possible with
+        TCP/IP connections.