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 18:45:01
Message-ID: 5197.1286217901@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:
>> 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.

> Is there a way to install my own "unkown" function, and to have it become
> permanant with no startup required? I don't think the loadmods functionality
> is what I need.

Well, you can use whatever "unknown" function you want, but it has to be
loaded from that table; and if you want this to be for pltcl not pltclu,
it's not immediately clear that some other "unknown" function is going
to be more useful. You're not going to be able to source random files
from the filesystem.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eric Comeau 2010-10-04 19:08:23 Re: Any advice on debugging hanging postgresql-8.1.21 (many postmaster's)
Previous Message Thom Brown 2010-10-04 18:40:23 PG website testing