Re: Problem with pl/python procedure connecting to the internet

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Problem with pl/python procedure connecting to the internet
Дата
Msg-id 55D72C4A.30008@aklaver.com
обсуждение исходный текст
Ответ на Re: Problem with pl/python procedure connecting to the internet  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On 08/21/2015 12:34 AM, John R Pierce wrote:
> listen_addresses should only affect the interfaces that the postgres
> server is listening to connections from.   as long as your app is on the
> same machine, and uses localhost:someport to connect to the postgres
> server, then the default listen_addresses='localhost' should be
> sufficient.'
>
> if you want clients to connect from other systems, then listen_addresses
> = '*' is appropriate.
>
> listen_addresses should have no impact on what your plpython app can
> connect to outside of postgres, unless you're running the 'safe' version
> of pl***

There is no safe(trusted) version of plpython, it is only available as
plpythonu(ntrusted). So you are allowed to run with scissors:)

>
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Problem with pl/python procedure connecting to the internet
Следующее
От: Igor Sosa Mayor
Дата:
Сообщение: Re: Problem with pl/python procedure connecting to the internet