Re: [COMMITTERS] Rules in Postgres

2003-11-26 Thread Tom Lane
Prachi Tyagi <[EMAIL PROTECTED]> writes: > I need a specific part of the PostgreSQL system. I just want the B+-tree index and > the rule system code. Do you know how can I just get the source code for these two ? src/backend/access/nbtree and src/backend/rewrite, but I think you will find that th

[COMMITTERS] Rules in Postgres

2003-11-26 Thread Prachi Tyagi
Hello,   I need a specific part of the PostgreSQL system. I just want the B+-tree index and the rule system code. Do you know how can I just get the source code for these two ? Also, does the rule system of PostgreSQL supports realtime rule registration. Any pointers on these questions would be app