Difference between revisions of "GRANT USAGE"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/10353730
Line 10: | Line 10: | ||
== Related == | == Related == | ||
− | * [[ | + | * [[PostgreSQL: Database roles]] |
== See also == | == See also == |
Revision as of 12:14, 22 April 2022
https://www.postgresql.org/docs/14/sql-grant.html
GRANT USAGE ON ALL SEQUENCES IN SCHEMA your_schema TO your_group;[1]
GRANT USAGE ON SCHEMA your_schema TO GROUP your_group;
Related
See also
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: