Created
February 2, 2018 15:37
-
-
Save cdesch/a30f004ee2115c0a8a7f9a90fc3bfddf to your computer and use it in GitHub Desktop.
Postgres Cheat Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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