Difference between revisions of "GRANT USAGE"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/10353730
Line 1: | Line 1: | ||
https://www.postgresql.org/docs/14/sql-grant.html | https://www.postgresql.org/docs/14/sql-grant.html | ||
− | + | * <code>[[GRANT]]</code> USAGE | |
− | * <code>[[GRANT]]</code> | ||
* [[Amazon Redshift: GRANT]] | * [[Amazon Redshift: GRANT]] | ||
Revision as of 16:03, 15 December 2022
https://www.postgresql.org/docs/14/sql-grant.html
GRANT
USAGE- Amazon Redshift: GRANT
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
Related
- PostgreSQL: Database roles
GRANT your_defined_role TO your_username;
GRANT SELECT
GRANT ALL
CREATE SCHEMA
grant assumerole
GRANT ALL PRIVILEGES ON DATABASE
GRANT CONNECT
Activities
See also
- GRANT USAGE
GRANT
,\ddp
,GRANT USAGE
,GRANT ALL PRIVILEGES
,GRANT SELECT
, View GRANTs on Redshift,has_table_privilege
,has_schema_privilege
,HAS_DATABASE_PRIVILEGE
,SCHEMA
, Privileges,GRANT EXECUTE
Advertising: