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

From Vadim B. Mikheev
Subject Re: [HACKERS] Re: subselects
Date
Msg-id 34BC2C4E.83E92D82@sable.krasnoyarsk.su
Whole thread Raw
In response to Re: [HACKERS] Re: subselects  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Re: subselects  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
>
> >
> > 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?

Yes.

>
>         Query
>         {
>                 ...
>                 List *sublink;  /* list of pointers to Sublinks
>                 ...
>         }
>
> I can do that.  Let me know.

Thanks!

Are there any opened issues ?

Vadim

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] grant still broken
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Priviliges on tables and views