Skip to content

Instantly share code, notes, and snippets.

@crossaidi
Created January 2, 2014 11:45
Show Gist options
  • Save crossaidi/8218087 to your computer and use it in GitHub Desktop.
Save crossaidi/8218087 to your computer and use it in GitHub Desktop.
How to create PostgreSQL database when it was installed with homebrew:
createdb -O[your current user name] -Eutf8 funny_database_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment