Skip to content

Instantly share code, notes, and snippets.

@slaveofcode
Created April 3, 2018 15:33
Show Gist options
  • Save slaveofcode/bba8036c77054d90a18b5d255f3d9ccb to your computer and use it in GitHub Desktop.
Save slaveofcode/bba8036c77054d90a18b5d255f3d9ccb to your computer and use it in GitHub Desktop.
Alter Postgres User to Super USER
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