Wednesday, October 23, 2019

postgres: alter postgres password

# psql -U postgres
postgres> ALTER USER postgres with password 'my-super-password';

No comments:

Post a Comment