projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c227ccc
)
Document that SSL is only possible on tcp/ip connections in the
author
Bruce Momjian
Tue, 4 Nov 2008 22:40:40 +0000
(22:40 +0000)
committer
Bruce Momjian
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 94fc5ef611fe9ca6d9092ec019853cd001348878..a90009e900b87d7481af2c884a28d955a5af0a24 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-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.