i installed the latest version of postgres sql on my windows xp, and it was
working fine, today when i started the server, it didn't start and prompted
the error server doesn't listen
according to the file postgres.conf it listen on all ips and on the default
port
and my firewall is closed, so it i
Skype could be a problem, and also other random-port-binding software.
run
netstat -aon | find "5432"
to check if some program kept port to itself.
If there's none - try to start server via command line and read errors.
2013/4/28 R10
> i installed the latest version of postgres sql on my windo