You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anywhere to grant permissions to a role to all existing objects on a schema with this provider? For instance, I'd like to execute something like this:
GRANTSELECTON ALL TABLES IN SCHEMA public TO ROLE my_role;
The use case I've got right now is that I created a new role that has select permissions for future tables, but I need to grant it permissions on existing tables.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is there anywhere to grant permissions to a role to all existing objects on a schema with this provider? For instance, I'd like to execute something like this:
The use case I've got right now is that I created a new role that has select permissions for future tables, but I need to grant it permissions on existing tables.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions