Skip to content

Instantly share code, notes, and snippets.

@suhanlee
Created May 10, 2017 16:08
Show Gist options
  • Save suhanlee/d836b00d8083db5d190dc11bd8ce0033 to your computer and use it in GitHub Desktop.
Save suhanlee/d836b00d8083db5d190dc11bd8ce0033 to your computer and use it in GitHub Desktop.
PostgreSQL Script
* create postgresql user
$ createuser -P -d -e [user]
* create database on user
$ createdb -O [user] [user_database_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment