pgsql: doc: interval spill method for units greater than months

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: interval spill method for units greater than months
Date: 2021-08-03 16:18:33
Message-ID: E1mAx7h-00055I-5W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: interval spill method for units greater than months

Units are _truncated_ to months, but only in back branches since the
recent commit.

Reported-by: Bryn Llewellyn

Discussion: https://postgr.es/m/BDAE4B56-3337-45A2-AC8A-30593849D6C0@yugabyte.com

Backpatch-through: 9.6 to 14

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9a01a2de85e550ab40193dc45482c736dc9c4dbf

Modified Files
--------------
doc/src/sgml/datatype.sgml | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-08-03 16:26:44 pgsql: C comment: correct heading of extension query
Previous Message Bruce Momjian 2021-08-03 16:10:59 pgsql: interval: round values when spilling to months