Re: [HACKERS] Re: subselects - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: subselects
Date
Msg-id 199801131448.JAA28747@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: subselects  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
List pgsql-hackers
>
> Ok. I don't see how Query->subqueries could me help, but I foresee
> that Query->sublinks can do it. Could you add this ?

OK, so instead of moving the query out of the SubLink structure, you
want the Query* in the Sublink structure, and a List* of SubLink
pointers in the query structure?

    Query
    {
        ...
        List *sublink;  /* list of pointers to Sublinks
        ...
    }

I can do that.  Let me know.
--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Re: subselects
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Priviliges on tables and views