pgsql: Doc: spell out comparison behaviors for the date/time types. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: spell out comparison behaviors for the date/time types.
Date
Msg-id E1kukHE-0005Gf-My@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: spell out comparison behaviors for the date/time types.

The behavior of cross-type comparisons among date/time data types was
not really explained anywhere.  You could probably infer it if you
recognized the applicability of comments elsewhere about datatype
conversions, but it seems worthy of explicit documentation.

Per bug #16797 from Dana Burd.

Discussion: https://postgr.es/m/16797-f264b0b980b53b8b@postgresql.org

Branch
------
REL_11_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Multirange datatypes
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix index deletion latestRemovedXid bug.