"Carlo Stonebanks" <stonec(dot)register(at)sympatico(dot)ca> writes:
> I have the folder contents of postgresql-8.3.10\src\pl\tcl from a Linux
> build. From what I see it looks like I need to run the pltcl_loadmod.in as
> tcl script after every server start or bounce - could that be right?
No, you would run that once and it would put information into the
pltcl_modules table. In particular you'd want to use it to install the
"unknown" function from unknown.pltcl. After that, the "unknown"
function will be loaded automatically into new pltcl interpreters.
regards, tom lane