Skip to content

Commit 0f590f0

Browse files
committed
doc: clarify recursion internal behavior
Reported-by: Drew DeVault Discussion: https://postgr.es/m/20211018091720.31299-1-sir@cmpwn.com Backpatch-through: 10
1 parent 18f5108 commit 0f590f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/queries.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,9 +2110,8 @@ SELECT sum(n) FROM t;
21102110

21112111
<note>
21122112
<para>
2113-
Strictly speaking, this process is iteration not recursion, but
2114-
<literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
2115-
committee.
2113+
While <literal>RECURSIVE</literal> allows queries to be specified
2114+
recursively, internally all queries are evaluated iteratively.
21162115
</para>
21172116
</note>
21182117

0 commit comments

Comments
 (0)