Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ec6a4e

Browse files
committed
doc: clarify recursion internal behavior
Reported-by: Drew DeVaultDiscussion:https://postgr.es/m/20211018091720.31299-1-sir@cmpwn.comBackpatch-through: 10
1 parent932b016 commit8ec6a4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎doc/src/sgml/queries.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,9 +2172,8 @@ SELECT sum(n) FROM t;
21722172

21732173
<note>
21742174
<para>
2175-
Strictly speaking, this process is iteration not recursion, but
2176-
<literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
2177-
committee.
2175+
While <literal>RECURSIVE</literal> allows queries to be specified
2176+
recursively, internally all queries are evaluated iteratively.
21782177
</para>
21792178
</note>
21802179

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp