"connect by"

From: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: "connect by"
Date: 2008-06-09 14:54:14
Message-ID: 1A6E6D554222284AB25ABE3229A92762E9A4B8@nrtexcus702.int.asurion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need a high performing version of Oracle's connect by functionality in
PostgreSQL. I saw some dispute about attempts to add this in the
archives and a reference to an ANSI alternative "with" statement. Is
either of these functions available yet? I'm using 8.3.

Jon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2008-06-09 14:58:44 Re: "connect by"
Previous Message Tom Lane 2008-06-09 14:41:16 Re: nested view with outer joins - best practices