Created
April 3, 2018 15:33
-
-
Save slaveofcode/bba8036c77054d90a18b5d255f3d9ccb to your computer and use it in GitHub Desktop.
Alter Postgres User to Super USER
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 aditya with password 'aditya'; | |
ALTER USER aditya with SUPERUSER CREATEDB CREATEROLE REPLICATION BYPASSRLS; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment