Hierarchical queries a la Oracle. for ver 7.3rc1 - Mailing list pgsql-hackers

From Evgen Potemkin
Subject Hierarchical queries a la Oracle. for ver 7.3rc1
Date
Msg-id Pine.LNX.4.33.0211282124180.319-100000@ns.terminal.ru
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Steve Jackson
Date:
Subject: record object type
Next
From: Evgen Potemkin
Date:
Subject: Re: Hirarchical queries a la Oracle. Patch.