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

From Evgen Potemkin
Subject Hierarchical queries a la Oracle patch. for 7.3rc1.
Date
Msg-id Pine.LNX.4.33.0211282116440.319-200000@ns.terminal.ru
Whole thread Raw
Responses Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
List pgsql-patches
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

Attachment

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: Alter domain
Next
From: Evgen Potemkin
Date:
Subject: Re: Hierarchical queries a la Oracle. Patch.