Skip to content

Instantly share code, notes, and snippets.

@parambirs
Created January 18, 2016 22:27
Show Gist options
  • Select an option

  • Save parambirs/026b587b072f5538d16c to your computer and use it in GitHub Desktop.

Select an option

Save parambirs/026b587b072f5538d16c to your computer and use it in GitHub Desktop.
Postgres create db
% 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