Answers for "assign password to user postgres"

10

alter user password postgres

ALTER USER user_name WITH PASSWORD 'new_password';
Posted by: Guest on March-12-2021
3

setup password psql

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

how to connect postgres user password using command line

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

how to connect postgres user password using command line

password postgres
Posted by: Guest on October-04-2020

Code answers related to "assign password to user postgres"

Browse Popular Code Answers by Language