1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Fix typos in docs

Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
Backpatch-through: 9.6
This commit is contained in:
Michael Paquier 2021-09-26 19:18:37 +09:00
parent 1d7e8e7724
commit 2ddf1c1be6
2 changed files with 2 additions and 2 deletions

View File

@ -4596,7 +4596,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
</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>

View File

@ -2703,7 +2703,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