projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b526462
)
Add note warning against use of pre-8.4 multithreaded Tcl.
author
Tom Lane
Mon, 1 Oct 2007 16:43:28 +0000
(16:43 +0000)
committer
Tom Lane
Mon, 1 Oct 2007 16:43:28 +0000
(16:43 +0000)
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index 3f952ebaf3733262525b81c1324b6c98333c14aa..3a50e4a8d686b059392f1a21b7d88c992b853b9c 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-1,4
+1,4
@@
-
+
PostgreSQL>]]>
@@
-228,7
+228,10
@@
su - postgres
If you want to build the
PL/Tcl
- procedural language, you of course need a Tcl installation.
+ procedural language, you of course need a
Tcl>
+ installation. If you are using a pre-8.4 release of
+
Tcl>, ensure that it was built without multithreading
+ support.