Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
 
You are confusing pgAdmin (the GUI, latest version 1.14.1) with PostgreSQL (the database management system, latest version 9.1). Please clarify your question. –  Erwin Brandstetter Feb 10 '12 at 19:35
add comment

2 Answers

up vote 5 down vote accepted

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

share|improve this answer
add comment

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.

share|improve this answer
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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