Skip to content

Instantly share code, notes, and snippets.

@lordofthedanse
Created April 29, 2019 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lordofthedanse/0b52146a4fc4c66ecbea287528bdb5c1 to your computer and use it in GitHub Desktop.
Save lordofthedanse/0b52146a4fc4c66ecbea287528bdb5c1 to your computer and use it in GitHub Desktop.
Create postgresql user
From the command line:
createuser postgres -s -d (s is for superuser privileges, d is for creating DBs; capital S/D are the negations)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment