I\'m recently setting up and running a Windows 2008 r2 server with VMware Workstation 8.
I\'m running a Centos 6.2 virtual linux box with Postgresql 9.1. Everything seem
Is the server running on host "192.168.1.26" and accepting TCP/IP connections on port 5432?
Check that the server has that IP address. Check that there are postgres processes running. Use netstat to confirm that the server is listening on port 5432.
postgres