Re: FW: PostgreSQL and iptables - Mailing list pgsql-general

From José María Terry Jiménez
Subject Re: FW: PostgreSQL and iptables
Date
Msg-id 557C06AD.9050701@tssystems.net
Whole thread Raw
In response to Re: FW: PostgreSQL and iptables  (Mephysto <mephystoonhell@gmail.com>)
Responses Re: FW: PostgreSQL and iptables  (mephysto <mephystoonhell@gmail.com>)
List 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 by date:

Previous
From: Щекин Ярослав
Date:
Subject: Row count estimation bug in BETWEEN?
Next
From: Tom Lane
Date:
Subject: Re: Row count estimation bug in BETWEEN?