diff options
| author | Bruce Momjian | 2008-03-21 13:23:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-03-21 13:23:29 +0000 |
| commit | fca9fff41bf2c1d4340404af23491bff65bc2e4b (patch) | |
| tree | 768ae839c4004e92d2e39ced660ae97151b2e685 /src/pl | |
| parent | d287818eb514d431b1a68e1f3940cd958f82aa34 (diff) | |
More README src cleanups.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plperl/README | 2 | ||||
| -rw-r--r-- | src/pl/tcl/modules/README | 26 |
2 files changed, 15 insertions, 13 deletions
diff --git a/src/pl/plperl/README b/src/pl/plperl/README index 317b882c8b..d3ccd14240 100644 --- a/src/pl/plperl/README +++ b/src/pl/plperl/README @@ -1,3 +1,5 @@ +$PostgreSQL: pgsql/src/pl/plperl/README,v 1.4 2008/03/21 13:23:29 momjian Exp $ + PL/Perl allows you to write PostgreSQL functions and procedures in Perl. To include PL/Perl in the build use './configure --with-perl'. To build from this directory use 'gmake all; gmake install'. libperl diff --git a/src/pl/tcl/modules/README b/src/pl/tcl/modules/README index 2905cfe8cb..58529d17e1 100644 --- a/src/pl/tcl/modules/README +++ b/src/pl/tcl/modules/README @@ -1,19 +1,19 @@ +$PostgreSQL: pgsql/src/pl/tcl/modules/README,v 1.3 2008/03/21 13:23:29 momjian Exp $ - 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 - existing ones before doing anything. They also check for global - variables created at load time. +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 +existing ones before doing anything. They also check for global +variables created at load time. - 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 unknown procedure - will silently source in the module and reexecute the original - command that invoked unknown. - - I know, this readme should be more explanatory - but time. +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 unknown procedure +will silently source in the module and reexecute the original +command that invoked unknown. +I know, this readme should be more explanatory - but time. Jan |
