Skip to content

Instantly share code, notes, and snippets.

@calrrox
Created March 4, 2016 17:20
Show Gist options
  • Save calrrox/d808378a70d1e6fd4aea to your computer and use it in GitHub Desktop.
Save calrrox/d808378a70d1e6fd4aea to your computer and use it in GitHub Desktop.
Postgresql configurations
  • Setup new user
    • sudo -u postgres createuser you_user_name -s
    • Set password
      sudo -u postgres psql
      postgres=# \password your_user_name
      
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment