Re: Recursive request ...

From: Joe Conway <mail(at)joeconway(dot)com>
To: Benoît Bournon <benoit(dot)bournon(at)adelis(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Recursive request ...
Date: 2003-07-10 07:44:55
Message-ID: 3F0D1977.5060300@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message David Witham 2003-07-10 07:56:18 Re: trigger proceedures in sql
Previous Message listrec 2003-07-10 05:58:28 Re: Datatype conversion help