Re: Hierarchical queries a la Oracle patch. for 7.3rc1.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Date: 2002-12-05 20:32:14
Message-ID: 200212052032.gB5KWEU01247@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > This is a pretty sizable patch, and there was discussion about it. Tom,
> > are you saying you will apply it with different syntax, or that you will
> > do another implementation.
>
> A new implementation --- I don't think this is usable as is (at least
> not the parser part; I haven't studied the executor part closely yet).
> For one thing, it ignores the agreed-on TODO items:
> * Add SQL99 WITH clause to SELECT
> * Add SQL99 WITH RECURSIVE to SELECT
>
> We had the RHDB project meeting today and agreed that we'd work on this
> (among other things) for 7.4. You can put down Fernando Nasser and me
> as the responsible developers for these TODO items.

OK, TODO updated:

> * Add SQL99 WITH clause to SELECT (Tom, Fernando)
> * Add SQL99 WITH RECURSIVE to SELECT (Tom, Fernando)

and Fernando's name was added to the bottom of TODO.

OK, now who wants to tell Evgen? Have we been fair with him?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Fernando Nasser 2002-12-05 20:55:30 Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Previous Message Tom Lane 2002-12-05 20:22:51 Re: Hierarchical queries a la Oracle patch. for 7.3rc1.