The USAGE
Privilege
To be able to use metadata objects other than tables, views, stored procedures or functions, triggers and packages, it is necessary to grant the user (or database object like trigger, procedure or function) the USAGE
privilege on these objects.
By default, Firebird executes PSQL modules with the privileges of the caller, so it is necessary that either the user or otherwise the routine itself has been granted the USAGE
privilege.This can be changed with the SQL SECURITY
clause of the DDL statements of those objects.
Note
|
The |
Note
|
For sequences (generators), the |