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