pltcl and modules question

Поиск
Список
Период
Сортировка
От hamann.w@t-online.de
Тема pltcl and modules question
Дата
Msg-id wolfgang-1130327053923.A0123042@amadeus3.local
обсуждение исходный текст
Ответы Re: pltcl and modules question
Список 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 по дате отправления:

Предыдущее
От: adrian.kitchingman@dse.vic.gov.au
Дата:
Сообщение: Re: PostgreSQL service terminated by query
Следующее
От: Ken Tanzer
Дата:
Сообщение: Understanding behavior of SELECT with multiple unnested columns