Re: TODO-list

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dennis Björklund <db(at)zigo(dot)dhs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO-list
Date: 2003-04-21 06:25:46
Message-ID: 23139.1050906346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?ISO-8859-1?Q?Dennis_Bj=F6rklund?= <db(at)zigo(dot)dhs(dot)org> writes:
> The item i'm extra curious about is
> * Add SQL99 WITH clause to SELECT (Tom, Fernando)

Actually, Andrew Overholt is the guy doing the work on that ...
Fernando and I are, um, supervising.

> The simple non recursive case can be implemented in a straight forward
> (but stupid) way, where one "just" substitute in for the variables.

I don't see a lot of interest in the non-recursive case; it seems just
a bizarre alternate syntax for subselect-in-FROM. The recursive case
is interesting and useful though.

regards, tom lane

In response to

  • TODO-list at 2003-04-21 05:17:29 from Dennis Björklund

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2003-04-21 09:17:57 new version of tsearch V2
Previous Message Dennis Björklund 2003-04-21 05:17:29 TODO-list