Subject | Is it possible to grant alter exception privilege on only one distinct exception |
---|---|
Author | |
Post date | 2018-11-27T13:00:54Z |
Hi!
I am reading https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-access-sql.html and I have impression that I have to grant alter exception privilege to certain user only on all the exceptions (ANY keyword), i.e. the following command is not possible:
grant alter on exception my_exception to xenakis;
I have to call instead;
grant alter any exception to xenakis.
grant alter any exception to xenakis.
Is it really so? No fine grained control for exceptions?