Created
August 22, 2016 15:36
-
-
Save dperaltab/c3225840f21f668d3fd9a74b31324e68 to your computer and use it in GitHub Desktop.
Change password users postgresql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# su - postgres | |
$ psql | |
postgres=# \password user_to_change_password | |
Enter new password: | |
Enter it again: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment