diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-09 19:19:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-09 19:19:00 +0000 |
commit | f7659a9c183c28ecbddba8523daaffce6785fb1a (patch) | |
tree | 6abb94228ef209dbd837af3a2d70bec3fbb53cc4 /doc/src | |
parent | d8eade3784b1d767a80d41aea628e52eb7596694 (diff) | |
download | postgresql-f7659a9c183c28ecbddba8523daaffce6785fb1a.tar.gz postgresql-f7659a9c183c28ecbddba8523daaffce6785fb1a.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
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 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45 2001/04/06 15:52:41 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.46 2001/05/09 19:19:00 momjian Exp $ --> <chapter id="installation"> <title><![%flattext-install-include[<productname>PostgreSQL</>]]> @@ -588,6 +588,15 @@ su - postgres </varlistentry> <varlistentry> + <term>--with-pltcl-unknown</term> + <listitem> + <para> + Enables enables PL/Tcl unknown support. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>--enable-odbc</term> <listitem> <para> |