Skip to content

Instantly share code, notes, and snippets.

@jackie-do
Last active March 9, 2018 03:12
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 jackie-do/059b1269d787fbca42897196e9dcd337 to your computer and use it in GitHub Desktop.
Save jackie-do/059b1269d787fbca42897196e9dcd337 to your computer and use it in GitHub Desktop.

GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA <schema_name> TO <username>;

GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA <schema_name> TO <username>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment