On Fri, 2 Aug 2002, Ernest E Vogelsinger wrote:
> There is a severe problem with foreign keys that are inherited:
> RI is NOT enforced on inherited foreign keys.
This is a known issue with all of foreign keys, unique constraints,
primary keys and triggers. All of these apply only to the table they're
defined on and in the case of foreign keys to only the table they mention.