Answers for "login to postgres command line ubuntu"

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 to postgres command line ubuntu"

Browse Popular Code Answers by Language