Commit 81c094bd authored by Bruce Momjian's avatar Bruce Momjian

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
parent bbdc1d23
...@@ -2173,7 +2173,7 @@ SELECT sum(n) FROM t; ...@@ -2173,7 +2173,7 @@ SELECT sum(n) FROM t;
<note> <note>
<para> <para>
While <literal>RECURSIVE</literal> allows queries to be specified While <literal>RECURSIVE</literal> allows queries to be specified
recursively, internally all queries are evaluated iteratively. recursively, internally such queries are evaluated iteratively.
</para> </para>
</note> </note>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment