Re: pgsql: doc: clarify recursion internal behavior - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: doc: clarify recursion internal behavior
Date
Msg-id YzSBECSTUbuXL/Jt@momjian.us
Whole thread Raw
In response to Re: pgsql: doc: clarify recursion internal behavior  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Thu, Sep  8, 2022 at 11:30:04AM -0400, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > On Thu, Sep 8, 2022 at 7:24 AM Peter Eisentraut
> > <peter.eisentraut@enterprisedb.com> wrote:
> >> On 03.09.22 03:58, Bruce Momjian wrote:
> >>> +    While <literal>RECURSIVE</literal> allows queries to be specified
> >>> +    recursively, internally all queries are evaluated iteratively.
> 
> >> Is that true?  Surely there is some recursive behavior in the executor.
> 
> > I haven't read the patch, but I think the claim shown here is correct.
> 
> I'd be happier if it read "such queries" instead of "all queries".
> The latter is an extremely broad claim, and you have to ignore cases
> like recursive SQL functions in order to even argue it's true.

Done in the attached applied patch.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson


Attachment

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify internal behavior of RECURSIVE CTE queries