When creating a child (through CREATE TABLE ... INHERIT (parent)) it seems the child gets all of the parent's contraints _except_ its PRIMARY KEY. Is this normal? Should I add a PRIMARY KEY(id) statement each time I create an inherited table? Cheers, -- Louis-David Mitterrand - [EMAIL PROTECTED] - http://www.apartia.fr If at first you don't succeed, redefine success.
- [GENERAL] Re: child table doesn't inherit PRIMARY K... Louis-David Mitterrand
- [GENERAL] Re: child table doesn't inherit PRIM... Louis-David Mitterrand
- Re: [GENERAL] child table doesn't inherit PRIM... Peter Eisentraut
- Re: [GENERAL] child table doesn't inherit ... Louis-David Mitterrand
- Re: [GENERAL] child table doesn't inherit ... Bruce Momjian