Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1be9cdf

Browse files
committed
In docs, start window function sentence with "The asterisk (*)" rather
than "*"; it is confusing to start a sentence with a symbol.
1 parentf3ff043 commit1be9cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/syntax.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ UNBOUNDED FOLLOWING
18061806
The syntaxes using <literal>*</> are used for calling parameter-less
18071807
aggregate functions as window functions, for example
18081808
<literal>count(*) OVER (PARTITION BY x ORDER BY y)</>.
1809-
<literal>*</> is customarily not used for non-aggregate window functions.
1809+
The asterisk (<literal>*</>) is customarily not used for non-aggregate window functions.
18101810
Aggregate window functions, unlike normal aggregate functions, do not
18111811
allow <literal>DISTINCT</> or <literal>ORDER BY</> to be used within the
18121812
function argument list.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp