"Milen A. Radev" <mradev(at)gmail(dot)com> writes:
> The current value of my "listen_addresses" setting is:
> listen_addresses = '192.168.0.1, 127.0.0.1'
Nothing wrong with that.
> but using "netstat -tupan" I still see:
> tcp 0 0 0.0.0.0:5432 0.0.0.0:*
> LISTEN 10042/postmaster
Are you by any chance using "-i" on the postmaster command line? That
overrides whatever you put for listen_addresses in the config file.
regards, tom lane