Re: PlPython - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: PlPython
Date
Msg-id 1056914324.1816.96.camel@fuji.krosing.net
Whole thread Raw
In response to Re: PlPython  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PlPython  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PlPython  (Gerhard Häring <gh@ghaering.de>)
Re: PlPython  (Tilo Schwarz <mail@tilo-schwarz.de>)
List pgsql-hackers
Tom Lane kirjutas E, 23.06.2003 kell 01:29:
> 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 am inclined to rename plpython to plpythonu, by analogy to pltclu.

...

> Comments?

could we not just make sure that plpython uses python ver < 2.x and use
plpythonu for python versions >= 2.x until a secure regex solution comes
from Guido and folks ?

I guess most plpython users would be much happier with plpython with
some minor limitations due to older version than with being forced to
use an untrusted pl altogether.

IIRC python 1.5.2 has a perfectly good RExec.

Or is there a requirement that only latest language versions are used in
pg 74 ;)

--------------
Hannu


pgsql-hackers by date:

Previous
From: Carlos Guzman Alvarez
Date:
Subject: Re: Getting blocked when receinving response from a Parse
Next
From: Carlos Guzman Alvarez
Date:
Subject: Question about array read using protocol 3.0 implementation in C#