CONECTAR POSTRESQL

psql -d geo -h 192.168.1.12 -p 5432 -U supervisor

// geo is a database and supervisor is a user
// Once on postgres you can change the database by typing

\c postgres
Fantastic Ferret