Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a66b9b

Browse files
committed
doc: clarify internal behavior of RECURSIVE CTE queries
Reported-by: Tom Lane Discussion: https://postgr.es/m/3976627.1662651004@sss.pgh.pa.us Backpatch-through: 10
1 parent f77becb commit 2a66b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/queries.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ SELECT sum(n) FROM t;
21732173
<note>
21742174
<para>
21752175
While <literal>RECURSIVE</literal> allows queries to be specified
2176-
recursively, internally all queries are evaluated iteratively.
2176+
recursively, internally such queries are evaluated iteratively.
21772177
</para>
21782178
</note>
21792179

0 commit comments

Comments
 (0)