Connect to a database in psql
Connect to mydb database
\c mydb
Connect as different user
\c mydb myuser