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 200212052238.gB5Mcvw17897@candle.pha.pa.us
Whole thread Raw
In response to Hierarchical queries a la Oracle patch. for 7.3rc1.  (Evgen Potemkin <evgent@ns.terminal.ru>)
List pgsql-patches
Sorry, rejected due to peer review.  Hopefully some of the code can be
used by them when they implement the SQL99 syntax.  Thanks.

---------------------------------------------------------------------------

Evgen Potemkin wrote:
> Hi there!
>
> This is a new version of patch i've posted.
> It's applied to version 7.3rc1.
>
> Changed syntax, now it's more closer to Oracle's and allows operator other
> than '='.
> Removed Const/Var trick, now it's a new FakeVar node used, as a side effect
> it's not need initdb now.
> Added little regression test.
> Added more comments on code.
> A bit extended README.hier .
>
> regards,
>
> ---
> .evgen

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  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: Bruce Momjian
Date:
Subject: Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Patch to make Turks happy.