> | Fix for inherited CHECK constraints (Stephan Szabo)
>
> ditto
If this is what I think it is, I think the actual fix was the
following (although I don't know what a particularly good wording
is)
ALTER TABLE ADD CONSTRAINT now properly adds check constraints
to children of the specified table, which is consistant to
the behavior of check constraints in inheritance trees created
at create time.