diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-09-26 19:18:27 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-09-26 19:18:27 +0900 |
commit | 78515b89f2985ef78136732cd239609c569797b3 (patch) | |
tree | 855778ac3ddc967a61f33e2f4c99ac1eee3cef47 /doc/src | |
parent | 739b872f6c98459a460b522e726f369b6fc67ca3 (diff) |
Fix typos in docs
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
Backpatch-through: 9.6
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 4dff3f60a29..5b0c1928999 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5255,7 +5255,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l </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> diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 2eb42af9a36..f7f6e1ee94a 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2760,7 +2760,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>- 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 |