Re: [HACKERS] Re: subselects

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org, lockhart(at)alumni(dot)caltech(dot)edu
Subject: Re: [HACKERS] Re: subselects
Date: 1998-01-14 03:09:02
Message-ID: 34BC2C4E.83E92D82@sable.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-14 03:18:23 Re: [HACKERS] grant still broken
Previous Message Thomas G. Lockhart 1998-01-14 02:46:27 Re: [HACKERS] grant still broken