Subject | Re: [IB-Architect] Trigger Classes |
---|---|
Author | Ivan Prenosil |
Post date | 2001-10-24T15:39:17Z |
> From: Jim StarkeyIs trigger_class enabling/disabling restricted to table owner,
> The mechanism consists of another clause on trigger definitions
> ( class <trigger_class_name> ) and two two DDL systems
> "enable <trigger_class_name>" and "disable <trigger_class_name>".
> Yes, a trigger may be a member of an arbitrary number of classes.
>
> The disable statement disables triggers of the given name for
> either the duration of connection or until the trigger class
> is explicitly enabled with the enable trigger class statement.
>
> Trigger classes are not explicitly declared, just used.
or is there some way how to restrict this functionality
to selected users (something like "grant class_name to user ...") ?
Ivan