Commit e8b39ceb authored by Michael Paquier's avatar Michael Paquier

Fix typos in docs

Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
Backpatch-through: 9.6
parent 765f677f
...@@ -2804,7 +2804,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>- ...@@ -2804,7 +2804,7 @@ P <optional> <replaceable>years</replaceable>-<replaceable>months</replaceable>-
weeks'</literal> or <literal>'01:02:03.45'</literal>. However, weeks'</literal> or <literal>'01:02:03.45'</literal>. However,
because interval internally stores only three integer units (months, because interval internally stores only three integer units (months,
days, microseconds), fractional units must be spilled to smaller 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> be an integer number of months, e.g. <literal>'1.5 years'</literal>
becomes <literal>'1 year 6 mons'</literal>. Fractional parts of becomes <literal>'1 year 6 mons'</literal>. Fractional parts of
weeks and days are computed to be an integer number of days and weeks and days are computed to be an integer number of days and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment