Answers for "want to login with other user postgres"

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
-1

how to connect postgres user password using command line

password postgres
Posted by: Guest on October-04-2020

Code answers related to "want to login with other user postgres"

Browse Popular Code Answers by Language