PGAdmin3 showing two databases from same port - How to remove?
I uninstalled and reinstalled postgres, deleted data, but this issue still exists. For some reason, it keeps showing a database using 8.4 (even though the version number is 9.0 as confirmed by pgadmin3.
How开发者_JAVA技巧 do I get rid of this 8.4 DB?
Here's a screenshot: http://imageupload.org/?d=4D9F98A51 And another: http://imageupload.org/?d=4D9F99391
Thank you
List of servers displayed by pgAdmin is (on OSX) located in:
~/Library/Preferences/pgadmin3 Preferences
Have fun editing this file manually :)
Look for a line Description=PostgreSQL 8.4 it will be included in a section called something like [Servers/1] or [Servers/2] remove the whole section and all sections called [Servers/n/*]
Select it first, then delete it?
Later . . .
Looks like a bug in pgadmin3. The suggestion seems to be moving in the direction of deleting a key from the registry on Windows. I'm not sure whether that will be in your preferences on OSX.
精彩评论