I’ve just installed PgAdmin 8.4 on an OSX Lion 10.7.3 pc with Postgres 9.1 installed.
When I try to add a database, I get an error message:
“Error: column ‘dataconfig’ does not exist”
Does it mean a mismatch between client and server versions? I couldn’t find a later PgAdmin version.
I’ve just installed PgAdmin 8.4 on an OSX Lion 10.7.3 pc with Postgres 9.1
Share
If you mean the pgAdmin version that is bundled with some versions of postgresql 8.4 then that version is to old. It is inspecting the system catalogs to figure out the database lay-out but it doesn’t support the 9.1 version of the system catalogue. If you used the one click installer you can use the bundled pgadmin. You can find it in Applications/PostgreSQL 9.1/pgAdmin III.app
Otherwise download the latest from here