how to define which use to log into psql 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