Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yogonza524/33535f55d35e0d01e0a6 to your computer and use it in GitHub Desktop.
Save yogonza524/33535f55d35e0d01e0a6 to your computer and use it in GitHub Desktop.
CREATE USER username WITH PASSWORD 'password';
GRANT SELECT, INSERT, UPDATE, DELETE
ON ALL TABLES IN SCHEMA public
TO user_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment