Added check to Truncate to disallow the command on tables that have on
delete triggers, including foreign keys, and delete rules.
Finishes 'Disallow TRUNCATE on tables that are involved in referential
constraints'
New truncate regression test should include permission checks at some
point in the future.