Re: Hierarchical queries a la Oracle patch. for 7.3rc1. - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Date
Msg-id 200212052032.gB5KWEU01247@candle.pha.pa.us
Whole thread Raw
In response to Re: Hierarchical queries a la Oracle patch. for 7.3rc1.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Hierarchical queries a la Oracle patch. for 7.3rc1.  (Hannu Krosing <hannu@tm.ee>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Next
From: Fernando Nasser
Date:
Subject: Re: Hierarchical queries a la Oracle patch. for 7.3rc1.