]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typos in docs
authorMichael Paquier <michael@paquier.xyz>
Sun, 26 Sep 2021 10:18:42 +0000 (19:18 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 26 Sep 2021 10:18:42 +0000 (19:18 +0900)
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
Backpatch-through: 9.6

doc/src/sgml/catalogs.sgml
doc/src/sgml/datatype.sgml

index c14f2e379e3a4819a97a780ba7816c64dba9e1d2..ecd28bf2cd8dae64908b219007e372b616a9f316 100644 (file)
   </table>
 
   <para>
-   Unused column contain zeroes. For example, <structfield>oprleft</structfield>
+   Unused columns contain zeroes. For example, <structfield>oprleft</structfield>
    is zero for a prefix operator.
   </para>
 
index c3379a18ad1cf6edaea0f788109985a2fe3e97e2..145a7b71f3fe8a8bb449fcee08ca355f3e4bab05 100644 (file)
@@ -2721,7 +2721,7 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
      weeks'</literal> or <literal>'01:02:03.45'</literal>.  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. <literal>'1.5 years'</literal>
      becomes <literal>'1 year 6 mons'</literal>.  Fractional parts of
      weeks and days are computed to be an integer number of days and