pltcl and modules question - Mailing list pgsql-general

From hamann.w@t-online.de
Subject pltcl and modules question
Date
Msg-id wolfgang-1130327053923.A0123042@amadeus3.local
Whole thread Raw
Responses Re: pltcl and modules question
List pgsql-general
Hi,

is there any way to use a module within a pltcl script, i.e. have
load /path/to/mystuff.so
or
package require mystuff
in a script.
The reason why I am asking: I have recently converted a fairly slow script
(lots of regex) into one compiled module that basically does all regex at once, and critcl
made it fairly easy to build a .so or a tcl package out of the code

Similarly, would it be possible to access loaded module from perl script, i.e. have
use mystuff;
line

Regards
Wolfgang Hamann





pgsql-general by date:

Previous
From: adrian.kitchingman@dse.vic.gov.au
Date:
Subject: Re: PostgreSQL service terminated by query
Next
From: Ken Tanzer
Date:
Subject: Understanding behavior of SELECT with multiple unnested columns