6

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.

Erwin Brandstetter
  • 605,456
  • 145
  • 1,078
  • 1,228
Leo
  • 375
  • 1
  • 4
  • 13

1 Answers1

12

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/

Erwin Brandstetter
  • 605,456
  • 145
  • 1,078
  • 1,228
  • 1
    of course... 18>8... I've missed that. I've just downloaded the last listed one, and because the list is alphabetically ordered, the 1.8 is the last one. I had found strange that the last one was from 2008. Thank you very much! – Leo Dec 12 '13 at 00:42
  • 1
    [Sort order isn't always that trivial ...](http://stackoverflow.com/questions/12965463/humanized-or-natural-number-sorting-of-mixed-word-and-number-strings) :) – Erwin Brandstetter Dec 12 '13 at 01:59