Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

postgres create database; column 'dataconfig' does not exist

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.

like image 744
Black Avatar asked Feb 22 '23 12:02

Black


2 Answers

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

like image 170
Eelke Avatar answered Mar 05 '23 02:03

Eelke


Try pgadmin3-1.16.1 - it works. I've tried with many other versions (for example pgadmin3-1.8.3 and pgadmin3-1.16.0), but without success.

like image 30
liquide Avatar answered Mar 05 '23 00:03

liquide