Re: PlPython

Поиск
Список
Период
Сортировка
От elein
Тема Re: PlPython
Дата
Msg-id 200306301411.57687.elein@varlena.com
обсуждение исходный текст
Ответ на Re: PlPython  (elein <elein@varlena.com>)
Ответы Re: PlPython  (elein <elein@varlena.com>)
Re: PlPython  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

OK.  SD and GD behaviours are valid as stated in the
original docs.  I assume, therefore, that TD (for triggers)
also behaves.

All of the "forbidded" imports work with the following
exceptions:
    * mpz -- undefined symbol -- probably just my system
    * some modules are dependent on others so
    you may have to order them correctly.  This is
    just I python thing I think.

I was testing on SuSe 7.3 with Kevin's patch applied to
PostgreSQL v7.3.2.

Sorry about the mixup earlier.  But the "forbidden"
modules part still needs to be tossed for the new
doc.

elein

On Monday 30 June 2003 13:58, elein wrote:
> (@***@*#$*(@#&&)
>
> Checking on the build that was supposed to install
> the patch, I now see I have an incorrect conf argument.
> Take 2.  I'll rerun these tests right now with a good build.
> Give me 1/2 hour max.
>
> --elein
>
>
> On Monday 30 June 2003 13:45, Tom Lane wrote:
> > elein  <elein@varlena.com> writes:
> > > According to my testing that statement about dictionaries
> > > is still valid.
> >
> > What are you testing?  It sure looks like it's not the untrusted version
> > of plpython:
> >
> > > ERROR:  plpython: Call of function `__plpython_procedure_import_test_1849240' failed.
> > > exceptions.SystemError: Failed to load the builtin codecs: untrusted dynamic module: _codecs
> >
> > AFAIK that "untrusted dynamic module" error is from RExec.
> >
> >             regards, tom lane
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> >                http://archives.postgresql.org
> >
> >
>
> --
> =============================================================
> elein@varlena.com     Database Consulting     www.varlena.com
> PostgreSQL General Bits    http:/www.varlena.com/GeneralBits/
>    "Free your mind the rest will follow" -- en vogue
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

--
=============================================================
elein@varlena.com     Database Consulting     www.varlena.com
PostgreSQL General Bits    http:/www.varlena.com/GeneralBits/
   "Free your mind the rest will follow" -- en vogue


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

Предыдущее
От: elein
Дата:
Сообщение: Re: PlPython
Следующее
От: elein
Дата:
Сообщение: Re: PlPython