Re: BUG #10140: Configured for 127.0.0.1 but binds to all IP - Mailing list pgsql-bugs

From Stephen Frost
Subject Re: BUG #10140: Configured for 127.0.0.1 but binds to all IP
Date
Msg-id 20140425181538.GP2556@tamriel.snowman.net
Whole thread Raw
In response to BUG #10140: Configured for 127.0.0.1 but binds to all IP  (sofiamay@mail.ru)
Responses Re[2]: [BUGS] BUG #10140: Configured for 127.0.0.1 but binds to all IP  (sdfasdf asdfasdf <sofiamay@mail.ru>)
List pgsql-bugs
Greetings,

* sofiamay@mail.ru (sofiamay@mail.ru) wrote:
> All versions 9.x.x Postgresql have a BUG. Its configured for 127.0.0.1 but
> binds to all IP (0.0.0.0)!
>=20
> In postgresql.conf:
>=20
> listen_addresses =3D '127.0.0.1'
>=20
> but in reality:
>=20
> postgres.exe    TCP    0.0.0.0    5432                    and
> postgres.exe    TCP    ::    5432    =09
>=20
> What's the trouble? Please fix this bug.
> Sorry for my english.

Are you sure that you completely restarted PostgreSQL after making the
change to postgresql.conf?  What happens if you, in psql, run:

show listen_addresses;

?

    Thanks,

        Stephen

pgsql-bugs by date:

Previous
From: molind@gmail.com
Date:
Subject: BUG #10141: Server fails to send query result.
Next
From: Stephen Frost
Date:
Subject: Re: BUG #10141: Server fails to send query result.