mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
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
bbdc1d2334
commit
81c094bd93
@ -2173,7 +2173,7 @@ SELECT sum(n) FROM t;
|
||||
<note>
|
||||
<para>
|
||||
While <literal>RECURSIVE</literal> allows queries to be specified
|
||||
recursively, internally all queries are evaluated iteratively.
|
||||
recursively, internally such queries are evaluated iteratively.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user