Recursive request ...

From: Benoît Bournon <benoit(dot)bournon(at)adelis(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Recursive request ...
Date: 2003-07-09 15:27:37
Message-ID: 3F0C3469.2050106@adelis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 ?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message markus brosch 2003-07-09 15:51:35 Re: max length of sql select statement ?
Previous Message Yasir Malik 2003-07-09 15:07:48 Re: Need help with complex query