Re: Transitive Closure and CONNECT BY

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Transitive Closure and CONNECT BY
Date: 2009-07-26 19:53:42
Message-ID: h4ic81$tjo$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Robert James wrote on 26.07.2009 21:35:
> Anything like CONNECT BY?
> Or any recommended way of querying hiearchial data?
>
Yes, recursive common table expression (since 8.4)

http://www.postgresql.org/docs/current/static/queries-with.html

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Clemens Eisserer 2009-07-26 20:12:03 Re: [GENERAL] Implicit sequence with start value?
Previous Message Robert James 2009-07-26 19:36:26 Relational Algebra and Aggregate Functions