Subject Re: [Firebird-Architect] Database triggers
Author Adriano dos Santos Fernandes
Ann W. Harrison wrote:
> how do you keep some random person from creating a trigger
> to harvest user names?
>
You made a interesting point.

If db triggers are allowed to be created by any user, they can cause the
mentioned problems (exceptions in CONNECT, etc).

As the trigger is of the DATABASE, only who can alter the database
(currently sysdba/owner) should be allowed to create it.


Adriano