Re: WITH RECURSIVE doesn't work properly for me

From: Jing Fan <fanjing09(at)gmail(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: WITH RECURSIVE doesn't work properly for me
Date: 2013-11-05 15:07:38
Message-ID: CA+BectmwK1iQPmH+EtXdx2x5c6odmSp0dz3h+U92tnRJa=eGGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Why the one inside does not do anything? It won't be executed?

Best,
Jing

On Tue, Nov 5, 2013 at 8:52 AM, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>wrote:

> Jing Fan wrote:
> > I have two group operations.
> >
> > One is inside the CTE ( union
> > select src_id, dest_id, min(dist) ),
> > another is outside the CTE.
> > Do you mean that even the grouping inside the CTE will be calculated
> only after the CTE has been
> > calculated?
>
> I mean the one outside the CTE.
>
> The one inside does not do anything at all, you could omit it.
>
> Yours,
> Laurenz Albe
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2013-11-05 15:25:50 Re: Junk date getting uploaded into date field
Previous Message Tom Lane 2013-11-05 15:03:56 Re: Junk date getting uploaded into date field