Table of contents
Install POSTGRES client
sudo apt-get install postgresql-client
Connect to server (azure example)
psql -h myhost.postgres.database.azure.com -d postgres -U username
Move a step ahead in coding
sudo apt-get install postgresql-client
psql -h myhost.postgres.database.azure.com -d postgres -U username