Skip to content

Commit 78515b8

Browse files
committed
Fix typos in docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com Backpatch-through: 9.6
1 parent 739b872 commit 78515b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5255,7 +5255,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
52555255
</table>
52565256

52575257
<para>
5258-
Unused column contain zeroes. For example, <structfield>oprleft</structfield>
5258+
Unused columns contain zeroes. For example, <structfield>oprleft</structfield>
52595259
is zero for a prefix operator.
52605260
</para>
52615261

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>-
27602760
weeks'</literal> or <literal>'01:02:03.45'</literal>. However,
27612761
because interval internally stores only three integer units (months,
27622762
days, microseconds), fractional units must be spilled to smaller
2763-
units. Fractional parts of units greater than months is truncated to
2763+
units. Fractional parts of units greater than months are truncated to
27642764
be an integer number of months, e.g. <literal>'1.5 years'</literal>
27652765
becomes <literal>'1 year 6 mons'</literal>. Fractional parts of
27662766
weeks and days are computed to be an integer number of days and

0 commit comments

Comments
 (0)