Re: Proposal of hierarchical queries, a la Oracle

From: Joe Conway <mail(at)joeconway(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: 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 20:44:18
Message-ID: 3DD6AE22.4040604@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Josh Berkus wrote:
> 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.
>

I have it on my personal TODO to approach this for 7.4, but I'll be happy to
focus on other things if you'd like to take this on. The connectby() function
in contrib/tablefunc could be a good starting point for you.

Joe

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joe Conway 2002-11-16 20:48:46 Re: execute a query in an other db
Previous Message Hugh Esco 2002-11-16 19:28:19 Problems invoking psql. Help please.