Thread: AW: Proposal: TRUNCATE TABLE table RESTRICT

AW: Proposal: TRUNCATE TABLE table RESTRICT

From
Zeugswetter Andreas SB
Date:

> > How about this: Prevent truncate on table referenced by foreign key
> > 
> 
> Actually, I made it:
> 
>     * Prevent truncate on table with a referential integrity trigger
> 
> Is that good?

No, I think that is only one point. I think you also need to
check if tables that are referencing this table are empty.

Andreas