Re: PlPython - Mailing list pgsql-general

From Tom Lane
Subject Re: PlPython
Date
Msg-id 17911.1056813695@sss.pgh.pa.us
Whole thread Raw
In response to Re: PlPython  (Doug McNaught <doug@mcnaught.org>)
List pgsql-general
Doug McNaught <doug@mcnaught.org> writes:
> What about making network connections?  That seems less harmful than
> filesystem access, and certainly could have legitimate uses.

Any outside-the-database operation "could have legitimate uses".  The
problem is it also has not-so-legitimate uses, and we would have no
good way to tell the difference.  So a trusted language is supposed to
be an airtight sandbox.  If you want out of the sandbox, you use an
untrusted language.

            regards, tom lane

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Making pgsql error messages more developers' friendly.
Next
From: Bruce Momjian
Date:
Subject: Re: How many fields in a table are too many