Re: Recursive request ...

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Recursive request ...
Дата
Msg-id 3F0D1977.5060300@joeconway.com
обсуждение исходный текст
Ответ на Recursive request ...  (Benoît Bournon <benoit.bournon@adelis.com>)
Список pgsql-sql
Benoît Bournon wrote:
> I have to make a function that returns a tree with title and link of a 
> table.
> 
> Recursively, a information depends on a parent information.
> 
> It is to organise a menu with parent dependance.
> 
> How is it possible and faster  ? in C ? pl/pgsql or other ?
> 

On 7.3 and later: see contrib/tablefunc. The function is called connectby().

HTH,

Joe



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

Предыдущее
От: "listrec"
Дата:
Сообщение: Re: Datatype conversion help
Следующее
От: "David Witham"
Дата:
Сообщение: Re: trigger proceedures in sql