Commit 3eef32c5 authored by Bruce Momjian's avatar Bruce Momjian

doc: clarify recursion internal behavior

Reported-by: Drew DeVault

Discussion: https://postgr.es/m/20211018091720.31299-1-sir@cmpwn.com

Backpatch-through: 10
parent 5527b79c
......@@ -2172,9 +2172,8 @@ SELECT sum(n) FROM t;
<note>
<para>
Strictly speaking, this process is iteration not recursion, but
<literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
committee.
While <literal>RECURSIVE</literal> allows queries to be specified
recursively, internally all queries are evaluated iteratively.
</para>
</note>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment