Subject Re: [firebird-support] right to create Trigger
Author Ivan Prenosil
> How can I grant a right to create trigger on a table to a user ?
>
> I get this error :
> unsuccessful metadata update
> -DEFINE TRIGGER failed
> -no permission for control access to TABLE CURRINSP
>
> Tried "grant all" but it does not work.

You can't. Only table owner and SYSDBA have rights to create triggers.

Ivan