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-00043H-Us@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a

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

Responses

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