Re: TODO-list - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TODO-list
Date
Msg-id 23139.1050906346@sss.pgh.pa.us
Whole thread Raw
In response to TODO-list  (Dennis Björklund <db@zigo.dhs.org>)
Responses Re: TODO-list  (Dennis Björklund <db@zigo.dhs.org>)
Re: TODO-list  (Hannu Krosing <hannu@tm.ee>)
Re: TODO-list  (Hannu Krosing <hannu@tm.ee>)
List pgsql-hackers
Dennis Björklund <db@zigo.dhs.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



pgsql-hackers by date:

Previous
From: Dennis Björklund
Date:
Subject: TODO-list
Next
From: Oleg Bartunov
Date:
Subject: new version of tsearch V2