projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad52d2
)
Document that SSL is only possible on tcp/ip connections in the
author
Bruce Momjian
<bruce@momjian.us>
Tue, 4 Nov 2008 22:40:40 +0000
(22:40 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 4 Nov 2008 22:40:40 +0000
(22:40 +0000)
postgresql.conf 'ssl' section.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index f5fc9f043975a1c9ae213d7a293ce1fb586edae0..54092cc83c8573d9d7fb175fb74f47eb370e3565 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-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>