Hello
If your listen_addresses is wrong,the same error can occur.
example)
$ cat postgresql.conf |grep listen_addresses
#listen_addresses = '*' # what IP address(es) to listen on;
$ psql -h 192.168.23.133
psql: could not connect to server: Connection refused
Is the server runnin
Hello.
I can't promise to work around the error,but have some ideas.
1)If you installing from a network share ,
try installing with the install file local.
2)Do you have an Anti-Virus running on your machine?
Try stopping Anti Virus before launching the installer.
3)Try changing the defau
Hello
Did you try to remove postmaster.pid?
I can reproduce this error to fill null postmaster.pid.
2010-08-16 05:15:36 GMT FATAL: bogus data in lock file "postmaster.pid": ""
And I could also start PostgreSQL to remove postmaster.pid.
(2010/08/14 12:34), Sivaroj Limvipuwat wrote:
My server