Work on Table Inheritance - Mailing list pgsql-hackers

From Eliot Simcoe
Subject Work on Table Inheritance
Date
Msg-id 11782606.1108567359808.JavaMail.esimcoe@mac.com
Whole thread Raw
Responses Re: Work on Table Inheritance
List pgsql-hackers
Hello everyone,

I'm working on a project which makes extensive use of the PostgreSQL table inheritance features and am interested in
fixingsome bugs I have come across. To my knowledge, triggers, primary keys, index, foreign key and unique constraints
arenot inherited. I am more than willing to put the time into learning the PgSQL source tree and creating/submitting
patchesto correct the above issues, but I need some help getting started. If there is anyone on the list familiar with
thistopic who could point me in the right direction, I'll start asap.
 

Thanks,
Eliot Simcoe


pgsql-hackers by date:

Previous
From: Gilles
Date:
Subject: Urgent problem: Unicode characters greater than or equal to 0x10000 are not supported
Next
From: Kenneth Marshall
Date:
Subject: Re: Design notes for BufMgrLock rewrite