Re: Tree structure

From: Kaare Rasmussen <kaare(at)jasonic(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Tree structure
Date: 2013-09-23 04:48:54
Message-ID: 523FC836.4090906@jasonic.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Alban

> 4. Using a recursive common table expression (CTE).
> http://www.postgresql.org/docs/9.2/static/queries-with.html

Yes, you're right. In fact that's what I'm testing a way to replace, as
I'm not confident in the performance in all situations. My fault
entirely; I should have told so from the start.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raphael Bauduin 2013-09-23 09:31:40 passing multiple records to json_populate_recordset
Previous Message John R Pierce 2013-09-23 04:12:18 Re: Using oracle stored procedures for postgresql database