Skip to content

Instantly share code, notes, and snippets.

@TimFletcher
Created May 26, 2012 23:37
Show Gist options
  • Save TimFletcher/2795626 to your computer and use it in GitHub Desktop.
Save TimFletcher/2795626 to your computer and use it in GitHub Desktop.
Create a new Postgres role/user and database
createuser cmprss
createdb --username cmprss cmprss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment