Answers for "postgres login with user and password"

1

how to login using a particular user postrges

psql -d mydb -U myuser -W
psql -h myhost -d mydb -U myuser -W
Posted by: Guest on May-28-2020

Code answers related to "postgres login with user and password"

Browse Popular Code Answers by Language