Verification
# Verify if the app is installed already
$ which postgres
# Display installed Postgres version
$ postgres --version
# Verify if the app is installed already
$ which psql
# Open psql command line, if installed correctly
$ psql -h localhost