-
-
Save marka2g/0d9f4148a3c0c220b3c2e854783f2a9d to your computer and use it in GitHub Desktop.
SQL command for creating PostgreSQL Superuser
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 postgres WITH PASSWORD 'postgres' SUPERUSER; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment