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: E1gIYyQ-00043R-Vp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/153701242703.22334.1476830122267077397@wrigleys.postgresql.org

Reviewed-by: David G. Johnston

Backpatch-through: 9.3

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/273166af8f73670a3c7efdfb9d45893d5e011dba

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