Re: WITH RECURSIVE patch V0.1

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Zoltan Boszormenyi" <zb(at)cybertec(dot)at>
Cc: "Tatsuo Ishii" <ishii(at)postgresql(dot)org>, "David Fetter" <david(at)fetter(dot)org>, "PG Hackers" <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: WITH RECURSIVE patch V0.1
Date: 2008-05-18 23:02:04
Message-ID: b42b73150805181602sff15a86rdccce9b31ef3d15d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sun, May 18, 2008 at 5:22 PM, Zoltan Boszormenyi <zb(at)cybertec(dot)at> wrote:
> Can we get the rows in tree order, please? I.e. something like this:

Is ordering by tree order defined in the standard when no explicit
order is given? If not, it probably returns them in the order they
are pulled up, which might be the fastest way.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Mielke 2008-05-18 23:30:06 Re: [HACKERS] WITH RECURSIVE patch V0.1
Previous Message Andrew Dunstan 2008-05-18 21:50:30 Re: Link requirements creep

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Mielke 2008-05-18 23:30:06 Re: [HACKERS] WITH RECURSIVE patch V0.1
Previous Message Zoltan Boszormenyi 2008-05-18 21:22:02 Re: WITH RECURSIVE patch V0.1