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

Commit0f590f0

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 parent18f5108 commit0f590f0

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
@@ -2110,9 +2110,8 @@ SELECT sum(n) FROM t;
21102110

21112111
<note>
21122112
<para>
2113-
Strictly speaking, this process is iteration not recursion, but
2114-
<literal>RECURSIVE</literal> is the terminology chosen by the SQL standards
2115-
committee.
2113+
While <literal>RECURSIVE</literal> allows queries to be specified
2114+
recursively, internally all queries are evaluated iteratively.
21162115
</para>
21172116
</note>
21182117

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp