Re: [GENERAL] Inheritance and unique constraints

2006-07-05 Thread John Purser
On Wed, 05 Jul 2006 15:51:23 +0200 "Christian Rengstl" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > i hope (and i'm sure) somebody can answer my question: if i have a > master table and several "child" tables, do the child tables inherit > the unique constraint(s) defined for the master table or

[GENERAL] Inheritance and unique constraints

2006-07-05 Thread Christian Rengstl
Hi everyone, i hope (and i'm sure) somebody can answer my question: if i have a master table and several "child" tables, do the child tables inherit the unique constraint(s) defined for the master table or do i have to define the same constraints for the same fields in all the child tables? Th