Philip Warner <pjw(at)rhyme(dot)com(dot)au> writes:
> You are correct; flagInhAttrs in common.c does the work, and it should be
> easy to change. At the moment it extracts all tables attrs then looks for
> an attr with the same name in any parent table. We can extend this to check
> NOT NULL and DEFAULT. Should I also check TYPEDEFN - can that be changed?
We presently disallow change of type in child tables, but you might as
well check that too, if it's just one more strcmp ...
regards, tom lane