Difference between revisions of "HAS TABLE PRIVILEGE"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
== Related ==
 
== Related ==
 
* <code>[[GRANT USAGE]] ON { DATABASE shared_database_name [, ...] | SCHEMA shared_schema} TO { username | GROUP group_name | PUBLIC } [, ...]</code>
 
* <code>[[GRANT USAGE]] ON { DATABASE shared_database_name [, ...] | SCHEMA shared_schema} TO { username | GROUP group_name | PUBLIC } [, ...]</code>
 +
* [[Amazon Redshift: show permissions]]
  
 
== See also ==
 
== See also ==

Revision as of 11:11, 12 November 2021

https://docs.aws.amazon.com/redshift/latest/dg/r_HAS_TABLE_PRIVILEGE.html

select has_table_privilege('YourGuestUser', 'YourTable', 'select');
has_table_privilege
---------------------
false
(1 row)

Related

See also

Advertising: