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.
sudo apt-get remove pgadmin3
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
still install the 1.14 version from 12.10...
ReplyDeleteis there any real way to install 1.19 version?
ReplyDeletei mean 1.16 version
ReplyDelete