$ psql
 
connect to the DB (utility)
 
-h
host of DB
 
-U
user for DB login
example
$ psql -h localhost -U <user>
Comments