Re: [PATCHES] WITH RECURSIVE patch V0.1 - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: [PATCHES] WITH RECURSIVE patch V0.1
Date
Msg-id b42b73150805181602sff15a86rdccce9b31ef3d15d@mail.gmail.com
Whole thread Raw
In response to Re: [PATCHES] WITH RECURSIVE patch V0.1  (Zoltan Boszormenyi <zb@cybertec.at>)
Responses Re: [PATCHES] WITH RECURSIVE patch V0.1  (Mark Mielke <mark@mark.mielke.cc>)
List pgsql-hackers
On Sun, May 18, 2008 at 5:22 PM, Zoltan Boszormenyi <zb@cybertec.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

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Link requirements creep
Next
From: Mark Mielke
Date:
Subject: Re: [PATCHES] WITH RECURSIVE patch V0.1