Frage

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.

War es hilfreich?

Lösung

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/

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top