I have a sample database containing two schemas and I have two roles in the database.
I need to grant rights in a way that
-
- role can grant all permission within schema #1 (nowhere else)
-
- role can grant all permission within schema #2 (nowhere else)
(essentially "schema-specific admins")
Would someone know a possible approach to this?