Skip to content

Instantly share code, notes, and snippets.

@ketanghumatkar
Forked from datt/postgres_useful_commands.sh
Last active August 29, 2015 14:22
Show Gist options
  • Save ketanghumatkar/82c8e5a3bde23d849288 to your computer and use it in GitHub Desktop.
Save ketanghumatkar/82c8e5a3bde23d849288 to your computer and use it in GitHub Desktop.
#resetting the password of postgresql
sudo -u postgres psql postgres
postgres=# \password postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment