Created
November 22, 2016 03:50
-
-
Save dasegn/a77ffa249a02b72bfbe47e0068ff8c08 to your computer and use it in GitHub Desktop.
This file contains 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
# The next line create the postgres user in a Brew installation of PostgreSQL | |
# Obviously you need to change the Postgres version | |
/usr/local/Cellar/postgresql/9.2.4/bin/createuser -s postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment