Skip to content

Instantly share code, notes, and snippets.

@Sacristan
Created June 26, 2014 17:04
Show Gist options
  • Save Sacristan/21c1129f1c470a97936c to your computer and use it in GitHub Desktop.
Save Sacristan/21c1129f1c470a97936c to your computer and use it in GitHub Desktop.
Create Postgres superuser
sudo su postgres -c psql
ALTER USER myuser WITH SUPERUSER;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment