Re: PlPython

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PlPython
Дата
Msg-id 16159.1056996686@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PlPython  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
Ответы Re: PlPython  (elein <elein@varlena.com>)
Re: PlPython  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
Список pgsql-general
Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:
> Attached is a patch that removes all of the RExec code from plpython from
> the current PostgreSQL CVS.  In addition, plpython needs to be changed to an
> untrusted language in createlang.

I'm working on the latter and cleaning up the documentation.  How does
your patch affect this statement in the plpython documentation?

   Each function gets its own restricted execution object in the
   Python interpreter, so that global data and function arguments from
   <function>myfunc</function> are not available to
   <function>myfunc2</function>.  The exception is the data in the
   <varname>GD</varname> dictionary, as mentioned above.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Possible parsing problem?
Следующее
От: elein
Дата:
Сообщение: Re: PlPython