doc: Fix typos
Author: Justin Pryzby <pryzby@telsasoft.com>
This commit is contained in:
parent
eaec48b3c5
commit
9bd563aa9f
@ -9946,13 +9946,13 @@ SELECT date_trunc('hour', INTERVAL '3 days 02:47:33');
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
date_trunc(<replaceable>stride</replaceable>, <replaceable>source</replaceable>, <replaceable>origin</replaceable>)
|
date_bin(<replaceable>stride</replaceable>, <replaceable>source</replaceable>, <replaceable>origin</replaceable>)
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<replaceable>source</replaceable> is a value expression of type
|
<replaceable>source</replaceable> is a value expression of type
|
||||||
<type>timestamp</type> or <type>timestamp with time zone</type>. (Values
|
<type>timestamp</type> or <type>timestamp with time zone</type>. (Values
|
||||||
of type <type>date</type> are cast automatically to
|
of type <type>date</type> are cast automatically to
|
||||||
<type>timestamp</type>.) <replaceable>stride</replaceable> is a value
|
<type>timestamp</type>.) <replaceable>stride</replaceable> is a value
|
||||||
expression of type <type> interval</type>. The return value is likewise
|
expression of type <type>interval</type>. The return value is likewise
|
||||||
of type <type>timestamp</type> or <type>timestamp with time zone</type>,
|
of type <type>timestamp</type> or <type>timestamp with time zone</type>,
|
||||||
and it marks the beginning of the bin into which the
|
and it marks the beginning of the bin into which the
|
||||||
<replaceable>source</replaceable> is placed.
|
<replaceable>source</replaceable> is placed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user