From 7c1d8a243f8bd46604c9b292f392aab170eed821 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sun, 26 Sep 2021 19:17:30 +0900 Subject: [PATCH] Fix typos in docs Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com Backpatch-through: 9.6 --- doc/src/sgml/datatype.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 50a2c8e5f1..6929f3bb18 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2844,7 +2844,7 @@ P years-months- weeks' or '01:02:03.45'. However, because interval internally stores only three integer units (months, days, microseconds), fractional units must be spilled to smaller - units. Fractional parts of units greater than months is rounded to + units. Fractional parts of units greater than months are rounded to be an integer number of months, e.g. '1.5 years' becomes '1 year 6 mons'. Fractional parts of weeks and days are computed to be an integer number of days and