diff options
| author | Tom Lane | 2007-10-01 16:43:28 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-10-01 16:43:28 +0000 |
| commit | 5a95c560f033a52bba21abefea98f05b8702975e (patch) | |
| tree | 57a11123f3cc9a532bd470b89ef8283d6e01eed3 /doc/src/sgml | |
| parent | b526462f9e654149f9ee197a8b2d801c5a80e30e (diff) | |
Add note warning against use of pre-8.4 multithreaded Tcl.
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 3f952ebaf3..3a50e4a8d6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.292 2007/08/25 20:29:25 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.293 2007/10/01 16:43:28 tgl Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -228,7 +228,10 @@ su - postgres <listitem> <para> If you want to build the <application>PL/Tcl</application> - procedural language, you of course need a Tcl installation. + procedural language, you of course need a <productname>Tcl</> + installation. If you are using a pre-8.4 release of + <productname>Tcl</>, ensure that it was built without multithreading + support. </para> </listitem> |
