Re: Problem with pl/python procedure connecting to the internet
В списке pgsql-general по дате отправления:
| От | John R Pierce |
|---|---|
| Тема | Re: Problem with pl/python procedure connecting to the internet |
| Дата | |
| Msg-id | 55D6D476.50706@hogranch.com обсуждение исходный текст |
| Ответ на | Problem with pl/python procedure connecting to the internet (Igor Sosa Mayor <joseleopoldo1792@gmail.com>) |
| Ответы |
Re: Problem with pl/python procedure connecting to the
internet
|
| Список | pgsql-general |
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*** -- john r pierce, recycling bits in santa cruz
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера