Re: pl/pgsql recursion/arrays (fwd) - Mailing list pgsql-novice

From Bo Lorentsen
Subject Re: pl/pgsql recursion/arrays (fwd)
Date
Msg-id 3B9865F3.801A0D2D@netgroup.dk
Whole thread Raw
In response to Re: pl/pgsql recursion/arrays (fwd)  (Jason Tan <jason@rebel.rebel.net.au>)
List pgsql-novice
Jason Tan wrote:

> I have included a description of the problem I wanted to solve and the
> solution below, if you are interested in how I got around the problem
> without retunring an array.

Thank for taking your time to write this down, and this really do demonstrate that
the PostgreSQL are abel to make recursive function calls (as an opposite to
MS-SQL :-))

I too need to travel through a tree structure, but I need to accumulate a set of
integers as the result, and therefor need to append at the end of this set. I don't
know how to do this, but I will try to dive into some of the doc. and se if I can
find anything.

/BL


pgsql-novice by date:

Previous
From: "Mark Tessier and Martine Veilleux"
Date:
Subject: install on SunOS 5.7
Next
From: David Mulcahy
Date:
Subject: pl/pgsql function problem