8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c227ccc commit e33e0c4Copy full SHA for e33e0c4
doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter Id="runtime-config">
4
<title>Server Configuration</title>
@@ -565,7 +565,8 @@ SET ENABLE_SEQSCAN TO OFF;
565
Enables <acronym>SSL</> connections. Please read
566
<xref linkend="ssl-tcp"> before using this. The default
567
is <literal>off</>. This parameter can only be set at server
568
- start.
+ start. <acronym>SSL</> communication is only possible with
569
+ TCP/IP connections.
570
</para>
571
</listitem>
572
</varlistentry>
0 commit comments