Skip to content

Instantly share code, notes, and snippets.

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

  • Save parambirs/7a8437d420fca81b6021 to your computer and use it in GitHub Desktop.

Select an option

Save parambirs/7a8437d420fca81b6021 to your computer and use it in GitHub Desktop.
Create postgres user
% cd /usr/local/Cellar/postgresql/9.4.5_2/bin
# -d user can create databases
# -P prompt for user password
# -E encrypt user's password
% createuser -d -P -E db_user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment