# Disallow TRUNCATE on tables that are involved in referential

Bruce Momjian <bruce@momjian.us>

Commit: 47b37a6bfaa073076c8607cdd4f65ddd569aaefa
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-22T04:51:06Z
Releases: 7.3.1
# Disallow TRUNCATE on tables that are involved in referential
constraints


The issue with finding and removing foreign key constraints is no longer
an issue, so please apply the attached.

It does NOT check for rules or on delete triggers (old style foreign
keys) as those are difficult to deal with (remove, truncate, re-add).

Rod Taylor

Files