Skip to content

Instantly share code, notes, and snippets.

@cdesch
Created February 2, 2018 15:37
Show Gist options
  • Save cdesch/a30f004ee2115c0a8a7f9a90fc3bfddf to your computer and use it in GitHub Desktop.
Save cdesch/a30f004ee2115c0a8a7f9a90fc3bfddf to your computer and use it in GitHub Desktop.
Postgres Cheat Sheet
#Create User with Role and Password
CREATE USER postgres WITH PASSWORD 'password' CREATEDB CREATEROLE SUPERUSER;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment