Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README
Package: postgresql-6.5.2.tar.gz [view]
Upload User: blenddy
Upload Date: 2007-01-07
Package Size: 6495k
Code Size: 1k
Category:
Database system
Development Platform:
Unix_Linux
- 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
- 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 unknonw 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.
- Jan