Difference between revisions of "GRANT USAGE"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
* [[Amazon Redshift: GRANT]]
 
* [[Amazon Redshift: GRANT]]
  
 +
== Examples ==
 +
<code>GRANT USAGE ON [[ALL SEQUENCES]] IN [[SCHEMA]] your_schema TO your_role_group;</code><ref>https://stackoverflow.com/a/10353730</ref>
  
GRANT USAGE ON [[ALL SEQUENCES]] IN [[SCHEMA]] your_schema TO your_role_group;<ref>https://stackoverflow.com/a/10353730</ref>
+
<code>[[GRANT USAGE ON]] [[SCHEMA]] your_schema TO [[GROUP]] your_role_group;</code>
 
 
[[GRANT USAGE ON]] [[SCHEMA]] your_schema TO [[GROUP]] your_role_group;
 
  
 
  [[GRANT USAGE ON SCHEMA]] your_schema TO your_role;
 
  [[GRANT USAGE ON SCHEMA]] your_schema TO your_role;
Line 12: Line 12:
  
  
 
+
[[grant usage on foreign data wrapper]] [[postgres_fdw]] to <USERNAME>;
  
 
== Related ==
 
== Related ==
Line 18: Line 18:
 
* <code>[[GRANT]] your_defined_role TO your_username;</code>
 
* <code>[[GRANT]] your_defined_role TO your_username;</code>
 
* <code>[[GRANT SELECT]]</code>
 
* <code>[[GRANT SELECT]]</code>
 +
* <code>[[GRANT CONNECT]]</code>
 +
* [[GRANT USAGE, SELECT, UPDATE ON]]
 
* <code>[[GRANT ALL]]</code>
 
* <code>[[GRANT ALL]]</code>
 
* <code>[[CREATE SCHEMA]]</code>
 
* <code>[[CREATE SCHEMA]]</code>
 
* <code>[[grant assumerole]]</code>
 
* <code>[[grant assumerole]]</code>
 
* <code>[[GRANT ALL PRIVILEGES ON DATABASE]]</code>
 
* <code>[[GRANT ALL PRIVILEGES ON DATABASE]]</code>
* <code>[[GRANT CONNECT]]</code>
 
  
 
== Activities ==
 
== Activities ==

Latest revision as of 08:15, 23 July 2024

Advertising: