Answers for "connect to postgresql command line with user"

3

how to connect postgres user password using command line

sudo -u postgres psql postgres
Posted by: Guest on October-04-2020
0

How do I add a user to a postgres database? cli

psql=# grant all privileges on database <dbname> to <username>
Posted by: Guest on June-16-2020

Code answers related to "connect to postgresql command line with user"

Browse Popular Code Answers by Language