GRANT USAGE
Jump to navigation
Jump to search
Examples[edit]
GRANT USAGE ON ALL SEQUENCES IN SCHEMA your_schema TO your_role_group;
[1]
GRANT USAGE ON SCHEMA your_schema TO GROUP your_role_group;
GRANT USAGE ON SCHEMA your_schema TO your_role; GRANT
grant usage on foreign data wrapper postgres_fdw to <USERNAME>;
Related[edit]
- PostgreSQL: Database roles
GRANT your_defined_role TO your_username;
GRANT SELECT
GRANT CONNECT
- GRANT USAGE, SELECT, UPDATE ON
GRANT ALL
CREATE SCHEMA
grant assumerole
GRANT ALL PRIVILEGES ON DATABASE
Activities[edit]
See also[edit]
Advertising: