Re: WITH RECURSIVE doesn't work properly for me - Mailing list pgsql-general

From Albe Laurenz
Subject Re: WITH RECURSIVE doesn't work properly for me
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17C5698A@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: WITH RECURSIVE doesn't work properly for me  (Jing Fan <fanjing09@gmail.com>)
Responses Re: WITH RECURSIVE doesn't work properly for me
List pgsql-general
Jing Fan wrote:
> Why the one inside does not do anything? It won't be executed?

It is executed.

It might filter out the occasional row, but if you look at
the example I gave you, you'll see that it won't do anything
to keep it from recursing.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: Re: Curious question about physical files to store database
Next
From: Merlin Moncure
Date:
Subject: Re: json datatype and table bloat?