diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-03-24 20:41:18 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-03-24 20:42:51 +0100 |
commit | 5173e428928ce890be3e3d809b2d23d5f3c7da2f (patch) | |
tree | a4039b5bd28fa8af43cb19881668ec65c275d192 | |
parent | bbcc4eb2e08fb6e4535c7f84b2c00f3ad508bb9b (diff) | |
download | postgresql-5173e428928ce890be3e3d809b2d23d5f3c7da2f.tar.gz postgresql-5173e428928ce890be3e3d809b2d23d5f3c7da2f.zip |
doc: Fix typo
Reported-by: Erik Rijkers <er@xs4all.nl>
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 </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> |