79245321

Date: 2024-12-02 19:23:44
Score: 0.5
Natty:
Report link

To see schemas accessible by a group on redshift:

SELECT * FROM svv_schema_privileges WHERE identity_name = 'my_group_name';

remove the filter to list all groups and the level of schema access they have.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vivek Ramanathan