Re: TODO-list

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dennis Björklund <db(at)zigo(dot)dhs(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO-list
Date: 2003-04-21 14:06:10
Message-ID: 1050933970.2982.1.camel@fuji.krosing.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane kirjutas E, 21.04.2003 kell 09:25:
> =?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 ...

Any pointers to the work he has done ?

I have done some as well, with the final aim being WITH RECURSIVE

> 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.

There are useful cases when the tree of subqueries forks, i.e. where 2nd
and 3rd subselects in WITH both use the first.

> The recursive case is interesting and useful though.

Is Andrew Overholt doing the simple case (alternative to the the table
function we already have) or is he trying to solve any/all of the
general cases ?

Is he doing also the <search or cycle clause> and depth/breadth first
variants ?

--------------
Hannu

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-04-21 14:35:20 Re: [HACKERS] rename/unlink handling for Win32
Previous Message Hannu Krosing 2003-04-21 14:05:14 Re: TODO-list