Commit 5173e428 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typo

Reported-by: default avatarErik Rijkers <er@xs4all.nl>
parent bbcc4eb2
......@@ -9907,7 +9907,7 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0
</para>
<para>
In cases full units (1 minute, 1 hour, etc.), it gives the same result as
In the case of full units (1 minute, 1 hour, etc.), it gives the same result as
the analogous <function>date_trunc</function> call, but the difference is
that <function>date_bin</function> can truncate to an arbitrary interval.
</para>
......
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