Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save marka2g/0d9f4148a3c0c220b3c2e854783f2a9d to your computer and use it in GitHub Desktop.

Select an option

Save marka2g/0d9f4148a3c0c220b3c2e854783f2a9d to your computer and use it in GitHub Desktop.
SQL command for creating PostgreSQL Superuser
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