Re: [HACKERS] RI status report #1 - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] RI status report #1
Date
Msg-id 37F0C5E4.A0E655C0@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] RI status report #1  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
> > Also, I believe Thomas is in the middle of wide-ranging revisions in
> > the parser, so you'd better coordinate with him on touching that area.
>     Ah - that's more critical.  I  just  began  to  add  the  SET
>     CONSTRAINTS  command  and  am through with thinking about the
>     CREATE CONSTRAINT TRIGGER too. We all know that our parser is
>     a  very delicate peace of software.  Thomas, could you please
>     comment on this?

At the moment I am working on join *syntax*, so my changes are
isolated to gram.y, analyze.c, parse_clause.c, and parse_target.c.
Don't wait for me; I'll bet that we don't collide much, and if we do I
don't mind doing the merge.

Sometime later, once I understand the syntax and have it coded for
inner joins, I'll want to start modifying the parser and planner to
handle outer joins. At that point, I'll be asking for help and advice,
and look forward to your input. But I'm not there yet.

I'm hoping to have some updates committed in a week or so, but things
have been going very slowly with little time to work on this :(

                      - Thomas

--
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] DROP TABLE inside transaction block
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Patch for user-defined C-language functions