On Thu, Sep 8, 2022 at 11:30:04AM -0400, Tom Lane wrote:
> Robert Haas writes:
> > On Thu, Sep 8, 2022 at 7:24 AM Peter Eisentraut
> > wrote:
> >> On 03.09.22 03:58, Bruce Momjian wrote:
> >>> +While RECURSIVE allows queries to be specified
> >>> +recursively, internally all queries are
Robert Haas writes:
> On Thu, Sep 8, 2022 at 7:24 AM Peter Eisentraut
> wrote:
>> On 03.09.22 03:58, Bruce Momjian wrote:
>>> +While RECURSIVE allows queries to be specified
>>> +recursively, internally all queries are evaluated iteratively.
>> Is that true? Surely there is some recursi
On Thu, Sep 8, 2022 at 7:24 AM Peter Eisentraut
wrote:
> On 03.09.22 03:58, Bruce Momjian wrote:
> > doc: clarify recursion internal behavior
>
> -Strictly speaking, this process is iteration not recursion, but
> -RECURSIVE is the terminology chosen by the SQL
> standards
> -committee
On 03.09.22 03:58, Bruce Momjian wrote:
doc: clarify recursion internal behavior
-Strictly speaking, this process is iteration not recursion, but
-RECURSIVE is the terminology chosen by the SQL
standards
-committee.
+While RECURSIVE allows queries to be specified
+recursi