Created
February 10, 2018 14:59
-
-
Save col/cd3188456e99240347e47449a10e02f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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