Philip Warner <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
- Re: [HACKERS] Re: Changing the... Tom Lane
- Re: [HACKERS] Re: Changing the default ... Nathan Myers
- Re: [HACKERS] Re: Changing the default ... Philip Warner
- Re: [HACKERS] Re: Changing the def... Tom Lane
- Re: [HACKERS] Re: Changing the... Philip Warner
- Re: [HACKERS] Re: Changing the... Tom Lane
- Re: [HACKERS] Re: Changing the... Philip Warner
- Re: [HACKERS] Re: Changing the... Tom Lane
- Re: [HACKERS] Re: Changing the... Philip Warner
- Re: [HACKERS] Re: Changing the... Tom Lane
- Re: [HACKERS] Re: Changing the... Philip Warner
- Re: [HACKERS] Re: Changing the... Tom Lane
- Re: [HACKERS] Re: Changing the... Philip Warner
- Re: [HACKERS] Re: Changing the default ... Christopher Masto
- Re: [HACKERS] Re: Changing the def... Tom Lane
- Re: [HACKERS] Re: Changing the... Nathan Myers
- Re: [HACKERS] Changing the default value of an inherited... Oliver Elphick