Re: [pgadmin-support] Cannot connect to one specific postgres database on a server

2007-01-24 Thread Melvin Davidson
If you can query the database with telnet, than the postmaster has to be running. The next step is to check pg_hba.conf on that server and insure that your computers ip addess is listed as a trusted connection. eg: a line similar to hostall all 765.432.111.0 255.255.255

Re: [pgadmin-support] Cannot connect to one specific postgres database on a server

2007-01-24 Thread Matt Busby
I can telnet to the database and query the database.. The site that is using the database is also running fine Not sure what postmaster is.. How can I check if its running? I did a google search for it, but not sure how to check it on my postgres db server I don't get any errors using telnet .