Re: pl/pgsql recursion/arrays (fwd)

Поиск
Список
Период
Сортировка
От Bo Lorentsen
Тема Re: pl/pgsql recursion/arrays (fwd)
Дата
Msg-id 3B94B2B4.3BB32BDE@netgroup.dk
обсуждение исходный текст
Ответ на Re: pl/pgsql recursion/arrays (fwd)  (Jason Tan <jason@rebel.rebel.net.au>)
Ответы Re: pl/pgsql recursion/arrays (fwd)  (Jason Tan <jason@rebel.rebel.net.au>)
Список pgsql-novice
Jason Tan wrote:

> I can tell you right now, it works.

That's nice. Are you using the SETOF to make a list (then how do you append to
it) or did you do something else to accumulate the array ?

> I have implemented a function that recurses through records that index on
> each other in tree style.

Funny thing, this is exactly the problem Im addressing to :-)

> I think I have read all the latest offical doco, and dont recall seeing
> that (SETOF) there.

Hmm, I don't even remember from where I found this info.

/BL


В списке pgsql-novice по дате отправления:

Предыдущее
От: Jason Tan
Дата:
Сообщение: Re: pl/pgsql recursion/arrays (fwd)
Следующее
От: "John E. Michelsen"
Дата:
Сообщение: Is postgreSql really suitable?