Created
January 22, 2018 17:26
-
-
Save BrianMehrman/dedf5045b1b9b8b4ba1883c755dbc5eb to your computer and use it in GitHub Desktop.
This file contains 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 postgres; | |
SELECT rolname FROM pg_roles; | |
ALTER USER postgres WITH CREATEUSER; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CREATEUSER should be CREATEROLE