Re: Proposal of hierarchical queries, a la Oracle

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Evgen Potemkin <evgent(at)ns(dot)terminal(dot)ru>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Proposal of hierarchical queries, a la Oracle
Date: 2002-11-16 19:09:41
Message-ID: web-1829100@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Evgren,

> 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;

You'll be thrilled to know that this has already been implemented in
PostgreSQL 7.3, as a /contrib module, by Joe Conway.

Download 7.3b5 now if you can't wait; Joe would like more people to
test his module, anyway.

-Josh Berkus

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Hugh Esco 2002-11-16 19:11:58 Problems invoking psql. Help please.
Previous Message Josh Berkus 2002-11-16 19:06:20 Re: INDEX PROBLEMS ?