Hi!
 

 I am reading 
https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-access-sql.html
 
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.
 

 Is it really so? No fine grained control for exceptions?

 

Reply via email to