Skip to content

Instantly share code, notes, and snippets.

@dexalex84
Created March 31, 2017 11:12
Show Gist options
  • Save dexalex84/6f0120b4d77684253c96905a6098b10b to your computer and use it in GitHub Desktop.
Save dexalex84/6f0120b4d77684253c96905a6098b10b to your computer and use it in GitHub Desktop.
Make root user in postgres to log in and be a superuser
alter role root with SUPERUSER;
alter role root with login;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment