Skip to content

Instantly share code, notes, and snippets.

@col
Created February 10, 2018 14:59
Show Gist options
  • Save col/cd3188456e99240347e47449a10e02f3 to your computer and use it in GitHub Desktop.
Save col/cd3188456e99240347e47449a10e02f3 to your computer and use it in GitHub Desktop.
```
CREATE ROLE postgres WITH LOGIN PASSWORD '';
ALTER ROLE postgres SUPERUSER;
ALTER ROLE postgres CREATEDB;
ALTER ROLE postgres CREATEROLE;
```
Reference:
https://www.codementor.io/engineerapart/getting-started-with-postgresql-on-mac-osx-are8jcopb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment