Subject Re: [Firebird-Architect] Bulk loader.
Author Roman Rokytskyy
>> Hmmm... personally I would go with GRANT BULK INSERT ON <...> TO <...> .
>>
>>
> Why yet another permission? Why not just check for each of the
> individual rights required to do the job?

Because the bulk insert command would bypass triggers, which is
something you don't want to allow everybody.

Roman