For my application, I sometimes need to set session authorization to execute certain commands under a given user's permissions.
We're using an RDS behind the application, and our DB superuser on RDS keeps getting permission denied to set session authorization
.
Is there a way to enable this on an RDS? Or is it just not a supported operation?
Thanks in advance!