sudo -u postgres psql postgres
# "-W" will prompt for the password psql -h <host-ip> -d <database-name> -U <username> -W
password postgres
psql -d database -U username