Answers for "postgres login with different user"

SQL
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
0

Postgres - Login and connect as default user

$ sudo -u postgres psql
Posted by: Guest on September-13-2021

Code answers related to "postgres login with different user"

Code answers related to "SQL"

Browse Popular Code Answers by Language