Answers for "how to set password for postgres in ubuntu"

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

Code answers related to "how to set password for postgres in ubuntu"

Browse Popular Code Answers by Language