From: Peter Eisentraut Date: Wed, 24 Mar 2021 19:41:18 +0000 (+0100) Subject: doc: Fix typo X-Git-Tag: REL_14_BETA1~468 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=5173e428928ce890be3e3d809b2d23d5f3c7da2f;p=postgresql.git doc: Fix typo Reported-by: Erik Rijkers --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 769e5fe44c9..19285ae1360 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9907,7 +9907,7 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0 - 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 date_trunc call, but the difference is that date_bin can truncate to an arbitrary interval.