Re: PL/TCL Unkown module - Mailing list pgsql-general

From Tom Lane
Subject Re: PL/TCL Unkown module
Date
Msg-id 454.1286201901@sss.pgh.pa.us
Whole thread Raw
In response to PL/TCL Unkown module  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
Responses Re: PL/TCL Unkown module  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
List pgsql-general
"Carlo Stonebanks" <stonec.register@sympatico.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error while compiling on HP-UX ia64
Next
From: Alexander Farber
Date:
Subject: Re: Any advice on debugging hanging postgresql-8.1.21 (many postmaster's)