Skip to content

Instantly share code, notes, and snippets.

@rottmanj
Created December 19, 2013 19:14
Show Gist options
  • Save rottmanj/8044559 to your computer and use it in GitHub Desktop.
Save rottmanj/8044559 to your computer and use it in GitHub Desktop.
Create a user in postgres
sudo su postgres -c 'createuser -P --superuser madelek13'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment