pgsql: doc: use simpler language for NULL return from ANY/ALL

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: use simpler language for NULL return from ANY/ALL
Date: 2018-11-02 12:54:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)yandex(dot)ru>

Discussion: https://postgr.es/m/[email protected]

Reviewed-by: David G. Johnston

Backpatch-through: 9.3

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eff71cd910ad8cd1931bd78103f8d5b9fd8e634b

Modified Files
--------------
doc/src/sgml/func.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-11-02 13:00:45 pgsql: Fix some spelling errors in the documentation
Previous Message Michael Paquier 2018-11-01 23:00:59 pgsql: Lower error level from PANIC to FATAL when restoring slots at st