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)
commit7fe23c8bb5d2de892796594a66bc7a3292c6302c
tree52f6b0d14ccc83bc2db0ac7e0aa29a50edffc31f
parentd46eb10c06f411fc370e8255c03ec01c8e49c5f2
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