Answers for "how to set a postgres password on the cmd"

SQL
3

setup password psql

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

is there any command to change postgres password

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

Code answers related to "how to set a postgres password on the cmd"

Code answers related to "SQL"

Browse Popular Code Answers by Language