mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
doc: clarify recursion internal behavior
Reported-by: Drew DeVault Discussion: https://postgr.es/m/20211018091720.31299-1-sir@cmpwn.com Backpatch-through: 10
This commit is contained in:
parent
18f51083c9
commit
0f590f0064
@ -2110,9 +2110,8 @@ SELECT sum(n) FROM t;
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
Strictly speaking, this process is iteration not recursion, but
|
While <literal>RECURSIVE</literal> allows queries to be specified
|
||||||
<literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
|
recursively, internally all queries are evaluated iteratively.
|
||||||
committee.
|
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user