using: pgAdmin3 (1.22.2) OSX (Sierra 10.12.4) postgres 9.6
When I am in pgAdmin, and I delete a test db catalog, I am prompted with this message:
"server lacks instrumentation"
The Guru hint appears with a 'FixIt' button.
When I click the 'FixIt' button I get the following error:
"ERROR: extension "adminpack" already exists"
I initially installed postgres with homebrew, but later completely uninstalled (including removing plist files) then re-installed with postgresapp
any ideas on why this is happening/how to fix this?
A few suggestions:
export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"
to your .bash_profile
.