Skip to content

Instantly share code, notes, and snippets.

@jamedge
Created April 7, 2021 14:58
Show Gist options
  • Save jamedge/99ca10c6bdc1a8caf9560cc12db6c6eb to your computer and use it in GitHub Desktop.
Save jamedge/99ca10c6bdc1a8caf9560cc12db6c6eb to your computer and use it in GitHub Desktop.
[psql: create user] Creates a user that can create a database #postgres #sql
CREATE USER <username> WITH PASSWORD '<password>' CREATEDB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment