connect to postgres with username and password code example
Example: how to login using a particular user postrges
psql -d mydb -U myuser -W
psql -h myhost -d mydb -U myuser -W
psql -d mydb -U myuser -W
psql -h myhost -d mydb -U myuser -W