Re: pl/pgsql recursion/arrays (fwd)

Поиск
Список
Период
Сортировка
От Bo Lorentsen
Тема Re: pl/pgsql recursion/arrays (fwd)
Дата
Msg-id 3B9865F3.801A0D2D@netgroup.dk
обсуждение исходный текст
Ответ на Re: pl/pgsql recursion/arrays (fwd)  (Jason Tan <jason@rebel.rebel.net.au>)
Список 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 по дате отправления:

Предыдущее
От: "Mark Tessier and Martine Veilleux"
Дата:
Сообщение: install on SunOS 5.7
Следующее
От: David Mulcahy
Дата:
Сообщение: pl/pgsql function problem