projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbcc4eb
)
doc: Fix typo
author
Peter Eisentraut
<
[email protected]
>
Wed, 24 Mar 2021 19:41:18 +0000
(20:41 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 24 Mar 2021 19:42:51 +0000
(20:42 +0100)
Reported-by: Erik Rijkers <
[email protected]
>
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 769e5fe44c9a257e1b07ab900e9a92b3f91c5e83..19285ae1360199ea26610d772a2d35dc13e788ac 100644
(file)
--- 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>