如何获得pgAdmin III版本与PostgreSQL 9.4(Ubuntu 14.10 x64)正常工作?

前端之家收集整理的这篇文章主要介绍了如何获得pgAdmin III版本与PostgreSQL 9.4(Ubuntu 14.10 x64)正常工作?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在Ubuntu 14.10 x64上安装了postgresql-9.4和pgAdmin III:
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install postgresql-9.4
sudo apt-get pgadmin3

但是使用pgAdmin与Postgresql我面临着警告

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.4 to 9.3.

1)如何获取pgAdmin III的版本?

2)如何卸载当前版本的pgAdmin并安装正确版本的pgAdmin?

谢谢.

这似乎是一个已知的bug: link

bug线程建议尝试使用pgAdmin 1.20.您可以在这里下载:link

原文链接:https://www.f2er.com/postgresql/192709.html

猜你在找的Postgre SQL相关文章