Re: [HACKERS] Work on Table Inheritance

2005-02-16 Thread elein
That the children tables do not inherit these items is mostly by design, for better or worse. Many people take advantage of the indexes distribution across the tables and the ability to have triggers and keys different across the inheritance can be useful. This is a controversial subject. You sh

[HACKERS] Work on Table Inheritance

2005-02-16 Thread Eliot Simcoe
Hello everyone, I'm working on a project which makes extensive use of the PostgreSQL table inheritance features and am interested in fixing some bugs I have come across. To my knowledge, triggers, primary keys, index, foreign key and unique constraints are not inherited. I am more than willing