The Ubuntu 12.04 package manager will install pgadmin3 version 1.14 which does not support PostgreSQL 9.2.
Warning:
The server you are connecting to is not a version that is supported by this release of pgAdmin III.
pgAdmin III may not function as expected.
Supported server versions are 8.2 to 9.1.
Remove the current pgAdmin version
sudo apt-get remove pgadmin3
Install pgAdmin version 1.16 using a ppa
sudo apt-add-repository ppa:voronov84/andreyv
sudo apt-get update
sudo apt-get install pgadmin3
sudo apt-get update
sudo apt-get install pgadmin3
Update: If you are having trouble with the method above (see comments below) try the .deb install.
pgAdmin 1.16 (amd64)
pgAdmin 1.16 (i386)
This doesn't work for me. I get the same issue either way.
ReplyDeleteme neither...is there any real way to install 1.16 version?
ReplyDeletehey guys, just updated the post with 1.16 .deb files. Please download and double-click to install.
ReplyDeletei just reinstalled xubuntu (now 12.10) and just runnng
ReplyDeletesudo apt-get install pgadmin3
Hi Ahtoh, are you sure they are for pgadmin3 1.16 version?
DeleteБольшое спасибо. Сработало с ppa на 12.10
ReplyDeleteYou're welcome
ReplyDelete