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
This commit is contained in:
parent
538c8ff2c0
commit
ce4e8606ca
@ -2111,7 +2111,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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user