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

Skip to content

Commit 1981553

Browse files
committed
doc: clarify internal behavior of RECURSIVE CTE queries
Reported-by: Tom Lane Discussion: https://postgr.es/m/[email protected] Backpatch-through: 10
1 parent b28a064 commit 1981553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/queries.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ SELECT sum(n) FROM t;
21072107
<note>
21082108
<para>
21092109
While <literal>RECURSIVE</literal> allows queries to be specified
2110-
recursively, internally all queries are evaluated iteratively.
2110+
recursively, internally such queries are evaluated iteratively.
21112111
</para>
21122112
</note>
21132113

0 commit comments

Comments
 (0)