From: Michael Paquier Date: Sun, 26 Sep 2021 10:18:42 +0000 (+0900) Subject: Fix typos in docs X-Git-Tag: REL9_6_24~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55367378d785fba20471b8bbe7f9b3af20bcc77d;p=thirdparty%2Fpostgresql.git Fix typos in docs Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com Backpatch-through: 9.6 --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c14f2e379e3..ecd28bf2cd8 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4489,7 +4489,7 @@ - Unused column contain zeroes. For example, oprleft + Unused columns contain zeroes. For example, oprleft is zero for a prefix operator. diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index c3379a18ad1..145a7b71f3f 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2721,7 +2721,7 @@ P years-months-days < 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 truncated to + units. Fractional parts of units greater than months are truncated 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