Created
January 18, 2016 22:27
-
-
Save parambirs/026b587b072f5538d16c to your computer and use it in GitHub Desktop.
Postgres create db
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
| % cd /usr/local/Cellar/postgresql/9.4.5_2/bin | |
| % ./createdb --owner db_user --encoding utf8 db_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment