Answers for "login into postgres command line"

1

postgresql cli login

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 "login into postgres command line"

Browse Popular Code Answers by Language