Hierarchical queries a la Oracle. for ver 7.3rc1

From: Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Hierarchical queries a la Oracle. for ver 7.3rc1
Date: 2002-11-28 17:27:53
Message-ID: Pine.LNX.4.33.0211282124180.319-100000@ns.terminal.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi there!

Patch itself posted to pgsql-patches.

This is a new version of patch i've posted.
This for PG 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 .

working on SQL99 version.

regards,

---
.evgen

Browse pgsql-hackers by date

  From Date Subject
Next Message Evgen Potemkin 2002-11-28 17:34:14 Re: Hirarchical queries a la Oracle. Patch.
Previous Message Rod Taylor 2002-11-28 16:34:49 Re: Is current_user a function ?