I mean pgadmin3. I've been able to run Postgresql before. At some point you need to login. However, when I run Top, I don't see any postgresql processes.
Main Topics
Browse All TopicsFor some reason Posgresql won't start anymore. When I start PGAdmin I get the following message:
Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused
In the error log I find the following message:
com.apple.SystemStarter[21
I've tried to reinstall Postgres, but nothing changed.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I finally solved it. I tried to reinstall postgres, using a different folder than the default one. This failed over and over, mainly to rights issues. In the end I used all default settings, after which the install proceeded normally. Then I copied the data (keeping all rights) to another location. I renamed the original data-folder, and created a dynamic link to the new location.
Business Accounts
Answer for Membership
by: gheistPosted on 2009-04-19 at 08:46:43ID: 24179397
What is pgadmin? Is it pgadmin3?
You need to run it as user that can connect to pid and socket of postgresql... Or use TCP with username and password.