Answers for "change postgres password ubuntu"

3

how to connect postgres user password using command line

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

is there any command to change postgres password

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

how to connect postgres user password using command line

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

reset password postgres ubuntu

password sde
Posted by: Guest on November-13-2020

Code answers related to "change postgres password ubuntu"

Browse Popular Code Answers by Language