Doc: spell out comparison behaviors for the date/time types.
authorTom Lane <[email protected]>
Wed, 30 Dec 2020 22:48:43 +0000 (17:48 -0500)
committerTom Lane <[email protected]>
Wed, 30 Dec 2020 22:48:43 +0000 (17:48 -0500)
commit7ca285cc2b03a30c2a418da9947650642d688e7d
treec2ba21c83a7f559da91a42eed6d0738be9ae2ca0
parent60549300dfd8961cf28abf80a7c31ac309f3ebfe
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
doc/src/sgml/func.sgml