Answers for "how to login postgresql in ubuntu using 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 "how to login postgresql in ubuntu using command line"

Browse Popular Code Answers by Language