Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9dce0d

Browse files
committed
doc: clarify recursion internal behavior
Reported-by: Drew DeVault Discussion: https://postgr.es/m/[email protected] Backpatch-through: 10
1 parent 42d0d46 commit b9dce0d

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
@@ -2106,9 +2106,8 @@ SELECT sum(n) FROM t;
21062106

21072107
<note>
21082108
<para>
2109-
Strictly speaking, this process is iteration not recursion, but
2110-
<literal>RECURSIVE</> is the terminology chosen by the SQL standards
2111-
committee.
2109+
While <literal>RECURSIVE</literal> allows queries to be specified
2110+
recursively, internally all queries are evaluated iteratively.
21122111
</para>
21132112
</note>
21142113

0 commit comments

Comments
 (0)