Re: Proposal of hierachical queries (a la Oracle)

From: Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal of hierachical queries (a la Oracle)
Date: 2002-11-16 10:28:42
Message-ID: Pine.LNX.4.33.0211161424400.29434-100000@ns.terminal.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ok, full section would be very helpful, i don't have it.

---
.evgen

On 15 Nov 2002, Rod Taylor wrote:

> On Thu, 2002-11-14 at 06:52, Evgen Potemkin wrote:
> > Hi there!
> >
> > I want to propose the patch for adding the hierarchical queries posibility.
> > It allows to construct queries a la Oracle for ex:
> > SELECT a,b FROM t CONNECT BY a PRIOR b START WITH cond;B
>
> Great addition. But please use the SQL 99 syntax for recursive queries
> (if you need the full segment, I can send them to you):
>
> Section 7.13 of Part 2:
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-11-16 14:10:02 Re: Time to move on...
Previous Message Neil Conway 2002-11-16 06:21:42 Re: Time to move on...