Re: PlPython

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PlPython
Дата
Msg-id 17911.1056813695@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PlPython  (Doug McNaught <doug@mcnaught.org>)
Список 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 по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Making pgsql error messages more developers' friendly.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: How many fields in a table are too many