From: Peter Eisentraut Date: Fri, 23 Apr 2021 07:28:44 +0000 (+0200) Subject: doc: Fix typos X-Git-Tag: REL_14_BETA1~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bd563aa9f0694994a6640946a7ee3dc0431d507;p=thirdparty%2Fpostgresql.git doc: Fix typos Author: Justin Pryzby --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5bba13973f3..cc8415689b0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9946,13 +9946,13 @@ SELECT date_trunc('hour', INTERVAL '3 days 02:47:33'); -date_trunc(stride, source, origin) +date_bin(stride, source, origin) source is a value expression of type timestamp or timestamp with time zone. (Values of type date are cast automatically to timestamp.) stride is a value - expression of type interval. The return value is likewise + expression of type interval. The return value is likewise of type timestamp or timestamp with time zone, and it marks the beginning of the bin into which the source is placed.