Skip to content

Instantly share code, notes, and snippets.

@dperaltab
Created August 22, 2016 15:36
Show Gist options
  • Save dperaltab/c3225840f21f668d3fd9a74b31324e68 to your computer and use it in GitHub Desktop.
Save dperaltab/c3225840f21f668d3fd9a74b31324e68 to your computer and use it in GitHub Desktop.
Change password users postgresql
# 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