Re: PL/TCL Unkown module

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Carlo Stonebanks" <stonec(dot)register(at)sympatico(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/TCL Unkown module
Date: 2010-10-04 14:18:21
Message-ID: 454.1286201901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2010-10-04 14:56:22 Re: Any advice on debugging hanging postgresql-8.1.21 (many postmaster's)
Previous Message Tom Lane 2010-10-04 14:11:35 Re: Error while compiling on HP-UX ia64