On Mon, 14 Feb 2005 12:14:33 -0500, Tom Lane <[email protected]> wrote:
> "Milen A. Radev" <[email protected]> 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.
Yep, that was. I use custom script for supervising postmaster with
daemontools. And I failed to notice this change in the behaviour in
v8.0.
Thanks a lot.
>
> regards, tom lane
>
--
Milen A. Radev