I installed Postgres with this command
sudo apt-get install postgresql postgresql-client postgresql-contrib libpq-dev
Using psql --version on terminal I get psql (PostgreSQL) 9.3.4
Then I installed pgadmin with
sudo apt-get install pgadmin3
Next, I opened the UI and create the server with this information.
But this below error appears.
How can I fix this?