File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11# -*-makefile-*-
2- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.139 2001/09/22 22:54:32 petere Exp $
2+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.140 2001/10/13 15:24:23 tgl Exp $
33
44# ------------------------------------------------------------------------------
55# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -124,7 +124,6 @@ with_java = @with_java@
124124with_perl = @with_perl@
125125with_python = @with_python@
126126with_tcl = @with_tcl@
127- enable_pltcl_unknown = @enable_pltcl_unknown@
128127with_tk = @with_tk@
129128enable_odbc = @enable_odbc@
130129with_iodbc = @with_iodbc@
Original file line number Diff line number Diff line change 11
2- The module support over the unknown command requires, that
3- the PL/Tcl call handler is compiled with -DPLTCL_UNKNOWN_SUPPORT.
4-
52 Regular Tcl scripts of any size (over 8K :-) can be loaded into
63 the table pltcl_modules using the pltcl_loadmod script. The script
74 checks the modules that the procedure names don't overwrite
118 All procedures defined in the module files are automatically
129 added to the table pltcl_modfuncs. This table is used by the
1310 unknown procedure to determine if an unknown command can be
14- loaded by sourcing a module. In that case the unknonw procedure
11+ loaded by sourcing a module. In that case the unknown procedure
1512 will silently source in the module and reexecute the original
1613 command that invoked unknown.
1714
18- I know, thist readme should be more explanatory - but time.
15+ I know, this readme should be more explanatory - but time.
1916
2017
2118Jan
You can’t perform that action at this time.
0 commit comments