Re: sharing tcl proc's between functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sharing tcl proc's between functions
Дата
Msg-id 9102.1088608549@sss.pgh.pa.us
обсуждение исходный текст
Ответ на sharing tcl proc's between functions  ("Bob Parkinson" <rwp@biome.ac.uk>)
Список pgsql-general
"Bob Parkinson" <rwp@biome.ac.uk> writes:
> Is it possible to share some TCL proc's between a set of functions?

Sure.  IIRC all pltcl functions run in a backend share one interpreter
(and pltclu functions share a second one).  You might look at the
"pltcl_modules" code as a convenient way of getting things loaded upon
first use:
http://www.postgresql.org/docs/7.4/static/pltcl-unknown.html

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: laurent.marzullo@one-d.com
Дата:
Сообщение: Transaction XID
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: substring syntax with regexp