mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 19:47:07 -04: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
e723c3bd6e
commit
86f2ee2e27
1 changed files with 1 additions and 1 deletions
|
|
@ -2111,7 +2111,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…
Reference in a new issue