File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9946,13 +9946,13 @@ SELECT date_trunc('hour', INTERVAL '3 days 02:47:33');
9946
9946
9947
9947
<para>
9948
9948
<synopsis>
9949
- date_trunc (<replaceable>stride</replaceable>, <replaceable>source</replaceable>, <replaceable>origin</replaceable>)
9949
+ date_bin (<replaceable>stride</replaceable>, <replaceable>source</replaceable>, <replaceable>origin</replaceable>)
9950
9950
</synopsis>
9951
9951
<replaceable>source</replaceable> is a value expression of type
9952
9952
<type>timestamp</type> or <type>timestamp with time zone</type>. (Values
9953
9953
of type <type>date</type> are cast automatically to
9954
9954
<type>timestamp</type>.) <replaceable>stride</replaceable> is a value
9955
- expression of type <type> interval</type>. The return value is likewise
9955
+ expression of type <type>interval</type>. The return value is likewise
9956
9956
of type <type>timestamp</type> or <type>timestamp with time zone</type>,
9957
9957
and it marks the beginning of the bin into which the
9958
9958
<replaceable>source</replaceable> is placed.
You can’t perform that action at this time.
0 commit comments