On OSX, this is driving me nuts (though admittedly it's rather trivial). pgAdmin (1.14.0) is showing two servers (8.4 and 9.0) on localhost:5432, thought there are no instances of Postgres running, let alone installed. I removed Library/Preferences/pgadmin3 Preferences but they're still there.

Where is pgAdmin seeing these ghost servers and how can I stop them from being listed?

link|improve this question

68% accept rate
feedback

closed as off topic by Milen A. Radev, nos, martin clayton, Justin Ethier, John Saunders Nov 26 '11 at 19:34

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

In the "Object browser" pane of pgAdmin 1.14 you see exactly those "server" objects that you yourself created (entries in pgAdmin itself, not the server instances in your OS). These are independent of any actual server running.
Delete those you don't want to have there.

link|improve this answer
I delete them, quit pgAdmin, and the next time I run it they come back. They are haunting me. – Wells Nov 25 '11 at 23:03
@Wells: ok, that sounds like a bug. You may want to report it to the support list: pgadmin-support@postgresql.org (include a link to your question here). See the list archive here. – Erwin Brandstetter Nov 25 '11 at 23:06
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.