Re: plpython and trusted modules - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: plpython and trusted modules
Date
Msg-id Pine.LNX.4.30.0106081820470.757-100000@peter.localdomain
Whole thread Raw
In response to plpython and trusted modules  ("Steven D. Arnold" <stevena@neosynapse.net>)
List pgsql-general
Steven D. Arnold writes:

> Why can't I get the stored procedure to execute this function?

Because, as you correctly figured, it's untrusted.  If you want to invest
some coding time you can create an "untrusted" PL/Python (not by merely
declaring it untrusted, mind you), but so far there isn't one.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: why unsigned numbers don't exist ?
Next
From: Julien Jehannet
Date:
Subject: Re: Re: why unsigned numbers don't exist ?