pgsql: doc: clarify handling of range upper/lower/upper_inf/lower_inf()

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify handling of range upper/lower/upper_inf/lower_inf()
Date: 2023-11-13 21:08:25
Message-ID: E1r2eAT-005JZG-05@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify handling of range upper/lower/upper_inf/lower_inf()

Clarify handling of infinite range bounds.

Reported-by: jani(dot)rahkola(at)iki(dot)fi

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

Co-authored-by: Laurenz Albe

Backpatch-through: 16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17d490ef32cc217a54323819bb78d6d2813a2c35

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-13 21:27:22 pgsql: psql: improve description consistency of \dTS data types
Previous Message Tom Lane 2023-11-13 20:41:43 pgsql: Improve default and empty privilege outputs in psql.