Skip to content

Instantly share code, notes, and snippets.

@letz
Created July 24, 2017 15:29
Show Gist options
  • Save letz/b2e86f0cd20289b434a35735b9f31437 to your computer and use it in GitHub Desktop.
Save letz/b2e86f0cd20289b434a35735b9f31437 to your computer and use it in GitHub Desktop.
role for postgresql
create role DBNAME with createdb login;
create role DBNAME with createdb login password 'password1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment