Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9bd563a

Browse filesBrowse files
committed
doc: Fix typos
Author: Justin Pryzby <pryzby@telsasoft.com>
1 parent eaec48b commit 9bd563a
Copy full SHA for 9bd563a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/func.sgml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9946,13 +9946,13 @@ SELECT date_trunc('hour', INTERVAL '3 days 02:47:33');
99469946

99479947
<para>
99489948
<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>)
99509950
</synopsis>
99519951
<replaceable>source</replaceable> is a value expression of type
99529952
<type>timestamp</type> or <type>timestamp with time zone</type>. (Values
99539953
of type <type>date</type> are cast automatically to
99549954
<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
99569956
of type <type>timestamp</type> or <type>timestamp with time zone</type>,
99579957
and it marks the beginning of the bin into which the
99589958
<replaceable>source</replaceable> is placed.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.