Answers for "change password of user in postgres"

SQL
11

alter user password postgres

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

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 "change password of user in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language