Skip to content

Commit 8610c97

Browse files
committed
doc: use simpler language for NULL return from ANY/ALL
Previously the combination of "does not return" and "any row" caused ambiguity. Reported-by: KES <kes-kes@yandex.ru> Discussion: https://postgr.es/m/153701242703.22334.1476830122267077397@wrigleys.postgresql.org Reviewed-by: David G. Johnston Backpatch-through: 9.3
1 parent 6286efb commit 8610c97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15246,7 +15246,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1524615246
The result is <quote>false</quote> if the comparison returns false for every
1524715247
subquery row (including the case where the subquery returns no
1524815248
rows).
15249-
The result is NULL if the comparison does not return true for any row,
15249+
The result is NULL if no comparison with a subquery row returns true,
1525015250
and it returns NULL for at least one row.
1525115251
</para>
1525215252

@@ -15272,7 +15272,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1527215272
The result of <token>ALL</token> is <quote>true</quote> if all rows yield true
1527315273
(including the case where the subquery returns no rows).
1527415274
The result is <quote>false</quote> if any false result is found.
15275-
The result is NULL if the comparison does not return false for any row,
15275+
The result is NULL if no comparison with a subquery row returns false,
1527615276
and it returns NULL for at least one row.
1527715277
</para>
1527815278

@@ -15302,8 +15302,8 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1530215302
case where the subquery returns no rows).
1530315303
The result is <quote>false</quote> if the comparison returns false for any
1530415304
subquery row.
15305-
The result is NULL if the comparison does not return false for any
15306-
subquery row, and it returns NULL for at least one row.
15305+
The result is NULL if no comparison with a subquery row returns false,
15306+
and it returns NULL for at least one row.
1530715307
</para>
1530815308

1530915309
<para>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy