Re: Recursive select - Mailing list pgsql-sql

From Roberto Mello
Subject Re: Recursive select
Date
Msg-id 20011029154754.A11730@cc.usu.edu
Whole thread Raw
In response to Recursive select  ("Jason Kwok" <jason@newhonest.com>)
List pgsql-sql
On Fri, Oct 26, 2001 at 02:57:18PM +0800, Jason Kwok wrote:
> I have a table :
> 
> MyID           parentID
> ================
> 5                    6
> 6                    7
> 3                    13
> 7                    3
> 
> Is there any simple select statement that can get all rows with MyID = 5 and
> all its parents?

Dan Wickstrom, of the OpenACS.org team, implemented a bunch of PL/pgSQL
functions to do what you're after. It simulates the CONNECT BY behaviour
in Oracle.

OpenACS 4 is GPL'd, so you can look at the source. I need to extract the
relevant sections and post them in the PostgreSQL Cookbook (actually, I
think there are a couple tree functions in there -
http://www.brasileiro.net/postgres/)

-Roberto
-- 
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU -
http://www.brasileiro.net      http://www.sdl.usu.edu - Space Dynamics Lab, Developer    
 
Always forgive your enemies. They hate that!


pgsql-sql by date:

Previous
From: Oleg Lebedev
Date:
Subject: table permissions
Next
From: "Aasmund Midttun Godal"
Date:
Subject: Re: table permissions