"Rodrigo De Le�n" <rdeleonp@gmail.com> kirjutas s�numis
news:1180317464.302359.95000@k79g2000hse.googlegroups.com...
> On May 26, 5:58 pm, "Andrus" <kobrule...@hot.ee> wrote:
>> Thank you.
>> This doc says that dropping trigger drops depending objects also.
>
> Only if you use CASCADE (default is RESTRICT).
>
If I do not use CASCADE deleting trigger fail if there are objects which
depend on trigger.
So I MUST use cascase.
Andrs.