Re: Possible major bug in PlPython (plus some other ideas) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Possible major bug in PlPython (plus some other ideas)
Date
Msg-id 16097.1005589940@sss.pgh.pa.us
Whole thread Raw
In response to Possible major bug in PlPython (plus some other ideas)  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
Responses Re: Possible major bug in PlPython (plus some other ideas)
List pgsql-hackers
Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:
> I had to guess what a "trusted" language should or should not do. For
> example, I do not allow Python to report the platform it is running on,
> though I do allow it to report the native byte-order and interpreter
> version.

Do you mean platform type, or host name?  "select version()" reports the
platform type, so I see no reason to hide that in plpython.  Otherwise
the changes sound reasonable in brief.  I don't know Python well enough
to review the change properly, though.  D'Arcy or someone, please check
it...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jaume Teixi
Date:
Subject: howto bypass the intersect + order by bug in 7.0.3
Next
From: Tom Lane
Date:
Subject: Re: rename index?