Skip to content

Instantly share code, notes, and snippets.

@cy6erlion
Created December 13, 2019 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cy6erlion/02ed4af3b5eee2a1a6b74714492b3bef to your computer and use it in GitHub Desktop.
Save cy6erlion/02ed4af3b5eee2a1a6b74714492b3bef to your computer and use it in GitHub Desktop.
Create a Postgres database
sudo -u postgres psql -c 'create database test;'
sudo -u postgres psql -c 'grant all privileges on database test to username;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment