8000 doc: clarify internal behavior of RECURSIVE CTE queries · postgres/postgres@86f2ee2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86f2ee2

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 e723c3b commit 86f2ee2

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
@@ -2111,7 +2111,7 @@ SELECT sum(n) FROM t;
21112111
<note>
21122112
<para>
21132113
While <literal>RECURSIVE</literal> allows queries to be specified
2114-
recursively, internally all queries are evaluated iteratively.
2114+
recursively, internally such queries are evaluated iteratively.
21152115
</para>
21162116
</note>
21172117

0 commit comments

Comments
 (0)
0