We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b526462 commit 5a95c56Copy full SHA for 5a95c56
doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="installation">
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -228,7 +228,10 @@ su - postgres
228
<listitem>
229
<para>
230
If you want to build the <application>PL/Tcl</application>
231
- procedural language, you of course need a Tcl installation.
+ procedural language, you of course need a <productname>Tcl</>
232
+ installation. If you are using a pre-8.4 release of
233
+ <productname>Tcl</>, ensure that it was built without multithreading
234
+ support.
235
</para>
236
</listitem>
237
0 commit comments