I've a ubuntu server 12.04 running postgresql version 9.1.10, and I've downloaded pgAdmin III 1.8.4 for windows (7, x64).

When I try to estabish a connection I'm getting this message:

an error has occurred: ERROR: column "datconfig" does not exist LINE1: ...b.dattablespace AS spccoid, spcname, datallowconn, datconfig, ..."

I've googled this and I've only found "upgrade your pgadmin version", but since I'm running the last one...

I appreciate If you could give any assistance.

有帮助吗?

解决方案

The current version of pgAdmin is 1.18.1. pgAdmin 1.8.4 is very old (released 2007). Hardly works with Postgres 9.1.

Install the current version and try again:
http://pgadmin.org/download/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top