Answers for "how to set password for postgres user in windows"

3

setup password psql

sudo -u postgres psql postgres
password postgres
q
Posted by: Guest on March-09-2021
2

how to connect postgres user password using command line

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

Code answers related to "how to set password for postgres user in windows"

Browse Popular Code Answers by Language