summaryrefslogtreecommitdiff
path: root/src/pl
diff options
context:
space:
mode:
authorTom Lane2001-10-13 15:24:23 +0000
committerTom Lane2001-10-13 15:24:23 +0000
commitf42b88d1b4c967702f811479dff885de663dee85 (patch)
tree2611d01e950118d0aa2526a2aea7e652d1526c6b /src/pl
parentb2c37b4c514be698f76e94ade4c91deb237d0c03 (diff)
Residual cleanup from making pltcl unknown support always enabled.
Diffstat (limited to 'src/pl')
-rw-r--r--src/pl/tcl/modules/README7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pl/tcl/modules/README b/src/pl/tcl/modules/README
index 4a948c52878..2905cfe8cb5 100644
--- a/src/pl/tcl/modules/README
+++ b/src/pl/tcl/modules/README
@@ -1,7 +1,4 @@
- The module support over the unknown command requires, that
- the PL/Tcl call handler is compiled with -DPLTCL_UNKNOWN_SUPPORT.
-
Regular Tcl scripts of any size (over 8K :-) can be loaded into
the table pltcl_modules using the pltcl_loadmod script. The script
checks the modules that the procedure names don't overwrite
@@ -11,11 +8,11 @@
All procedures defined in the module files are automatically
added to the table pltcl_modfuncs. This table is used by the
unknown procedure to determine if an unknown command can be
- loaded by sourcing a module. In that case the unknonw procedure
+ loaded by sourcing a module. In that case the unknown procedure
will silently source in the module and reexecute the original
command that invoked unknown.
- I know, thist readme should be more explanatory - but time.
+ I know, this readme should be more explanatory - but time.
Jan