The following bug has been logged on the website:
Bug reference: 10140
Logged by: Dmitro
Email address: sofiamay@mail.ru
PostgreSQL version: 9.3.4
Operating system: Windows 7 Pro x64
Description:
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)!
In postgresql.conf:
listen_addresses = '127.0.0.1'
but in reality:
postgres.exe TCP 0.0.0.0 5432 and
postgres.exe TCP :: 5432
What's the trouble? Please fix this bug.
Sorry for my english.