Doc: spell out comparison behaviors for the date/time types.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: abb208bfa5f7f41d58aba11ddedc6ca469db23b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-12-30T22:48:43Z
Releases: 11.11
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

Files

PathChange+/−
doc/src/sgml/func.sgml modified +18 −2

Documentation touched

Discussion