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

Commitca49b5c

Browse files
committed
docs: adjust simpler language for NULL return from ANY/ALL
Adjustment to commit8610c97.Reported-by: Tom LaneDiscussion:https://postgr.es/m/17406.1541168421@sss.pgh.pa.usBackpatch-through: 9.3
1 parent2352441 commitca49b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15193,7 +15193,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1519315193
subquery row (including the case where the subquery returns no
1519415194
rows).
1519515195
The result is NULL if no comparison with a subquery row returns true,
15196-
andit returns NULL forat least onerow.
15196+
and at least onecomparison returns NULL.
1519715197
</para>
1519815198

1519915199
<para>
@@ -15219,7 +15219,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1521915219
(including the case where the subquery returns no rows).
1522015220
The result is <quote>false</quote> if any false result is found.
1522115221
The result is NULL if no comparison with a subquery row returns false,
15222-
andit returns NULL forat least onerow.
15222+
and at least onecomparison returns NULL.
1522315223
</para>
1522415224

1522515225
<para>
@@ -15249,7 +15249,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1524915249
The result is <quote>false</quote> if the comparison returns false for any
1525015250
subquery row.
1525115251
The result is NULL if no comparison with a subquery row returns false,
15252-
andit returns NULL forat least onerow.
15252+
and at least onecomparison returns NULL.
1525315253
</para>
1525415254

1525515255
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp