From f7659a9c183c28ecbddba8523daaffce6785fb1a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 May 2001 19:19:00 +0000 Subject: This patch adds a new configure option --with-pltcl-unknown which enables pltcl unknown support. Also it adds substituting of tclsh with tclsh that was by configure in pltcl_*mod scripts. For example, On freebsd, tclsh can be called tclsh8.2 or tclsh8.3 depending on installed version of Tcl. After patching files src/pl/tcl/modules/pltcl_listmod src/pl/tcl/modules/pltcl_loadmod src/pl/tcl/modules/pltcl_delmod must be renamed(copied,repocopied) to src/pl/tcl/modules/pltcl_listmod.in src/pl/tcl/modules/pltcl_loadmod.in src/pl/tcl/modules/pltcl_delmod.in seva@sevasoft.kiev.ua --- doc/src/sgml/installation.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 31c9a105478..afae1e600c6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%flattext-install-include[<productname>PostgreSQL</>]]> @@ -587,6 +587,15 @@ su - postgres </listitem> </varlistentry> + <varlistentry> + <term>--with-pltcl-unknown</term> + <listitem> + <para> + Enables enables PL/Tcl unknown support. + </para> + </listitem> + </varlistentry> + <varlistentry> <term>--enable-odbc</term> <listitem> -- cgit v1.2.3