subselects

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: vadim(at)sable(dot)krasnoyarsk(dot)su (Vadim B(dot) Mikheev)
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: subselects
Date: 1998-01-19 05:54:49
Message-ID: 199801190554.AAA23866@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


OK, I have added code to allow the SubLinks make it to the optimizer.

I implemented ParseState->parentParseState, but not parentQuery, because
the parentParseState is much more valuable to me, and Vadim thought it
might be useful, but was not positive. Also, keeping that parentQuery
pointer valid through rewrite may be difficult, so I dropped it.
ParseState is only valid in the parser.

I have not done:

correlated subquery column references
added Var->sublevels_up
gotten this to work in the rewrite system
have not added full CopyNode support

I will address these in the next few days.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-01-19 06:37:41 Re: subselects
Previous Message Vadim B. Mikheev 1998-01-19 04:06:09 Re: [QUESTIONS] Join-crazy newbie may be pushing the limits :-)