pgsql: Doc: clarify data type behavior of COALESCE and NULLIF.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify data type behavior of COALESCE and NULLIF.
Date: 2020-11-09 17:02:58
Message-ID: E1kcAZG-00042I-15@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clarify data type behavior of COALESCE and NULLIF.

After studying the code, NULLIF is a lot more subtle than you might
have guessed.

Discussion: https://postgr.es/m/160486028730.25500.15740897403028593550@wrigleys.postgresql.org

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/func.sgml | 27 +++++++++++++++++++++++++--
doc/src/sgml/typeconv.sgml | 12 ++++++++----
2 files changed, 33 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-11-09 18:02:49 pgsql: Last-minute updates for release notes.
Previous Message Tom Lane 2020-11-09 17:02:57 pgsql: Doc: clarify data type behavior of COALESCE and NULLIF.