> I've worked with the Pl/Python code in the past and will see about removing
authorBruce Momjian <bruce@momjian.us>
Wed, 25 Jun 2003 01:18:58 +0000 (01:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 25 Jun 2003 01:18:58 +0000 (01:18 +0000)
commitafb17d912b4cb39dc31346dbb1d4816d5d0d687c
tree067cb0cb7958696a386084e24c47c70525c5cd9a
parentb24a0293cc867ec0ad0a924ae976cc6ab9d12f90
> I've worked with the Pl/Python code in the past and will see about removing
> rexec and making it an untrusted language.  Last time I looked, it didn't
> look particularly difficult.  I've set aside some time next week, so stay
> tuned.

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.  Please let me know if there are any
problems.

Kevin Jacobs
src/pl/plpython/plpython.c
src/pl/plpython/plpython_error.sql
src/pl/plpython/plpython_function.sql