How to get a version of pgAdmin III working correctly with the PostgreSQL 9.4 (Ubuntu 14.10 x64)? -


i have installed postgresql-9.4 , pgadmin iii on ubuntu 14.10 x64:

sudo apt-get update && sudo apt-get dist-upgrade sudo apt-get install postgresql-9.4 sudo apt-get pgadmin3 

however using pgadmin postgresql faced warning

warning: server connecting not version supported release of pgadmin iii.

pgadmin iii may not function expected.

supported server versions 8.4 9.3.

1) how version of pgadmin iii use?

2) how uninstall current version of pgadmin , install correct version of pgadmin?

thank you.

it seems known bug: link

the bug thread suggests try , use pgadmin 1.20. can download here: link


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -