Skip to content

Instantly share code, notes, and snippets.

@mattes
Last active March 6, 2018 23:05
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 mattes/aa992e3a137a78333d67da98c644f696 to your computer and use it in GitHub Desktop.
Save mattes/aa992e3a137a78333d67da98c644f696 to your computer and use it in GitHub Desktop.
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA PUBLIC TO XXX;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA PUBLIC TO XXX;
ALTER DEFAULT PRIVILEGES IN SCHEMA PUBLIC GRANT ALL PRIVILEGES ON TABLES TO XXX;
ALTER DEFAULT PRIVILEGES IN SCHEMA PUBLIC GRANT ALL PRIVILEGES ON SEQUENCES TO XXX;
\du
\dp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment