Re: FW: PostgreSQL and iptables

Поиск
Список
Период
Сортировка
От José María Terry Jiménez
Тема Re: FW: PostgreSQL and iptables
Дата
Msg-id 557C06AD.9050701@tssystems.net
обсуждение исходный текст
Ответ на Re: FW: PostgreSQL and iptables  (Mephysto <mephystoonhell@gmail.com>)
Ответы Re: FW: PostgreSQL and iptables  (mephysto <mephystoonhell@gmail.com>)
Список pgsql-general
El 13/06/15 a las 10:58, Mephysto escribió:
>
> Thank you Holger,
> any suggestions?
>
> I'm using the same settings used for ssh connection to vm, and these
> work correctly....
>
> Bye.
>
> Meph
>
Hello

Are PosgreSQL listening in the IP of the machine  with (for example):

listen_addresses = '*'        # what IP address(es) to listen on;

Instead:

listen_addresses = 'localhost'        # what IP address(es) to listen on;

That is the default.

Best


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

Предыдущее
От: Щекин Ярослав
Дата:
Сообщение: Row count estimation bug in BETWEEN?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Row count estimation bug in BETWEEN?