Skip to content
Snippets Groups Projects
Commit 1be9cdf6 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

In docs, start window function sentence with "The asterisk (*)" rather

than "*";  it is confusing to start a sentence with a symbol.
parent f3ff0433
No related branches found
No related tags found
No related merge requests found
......@@ -1806,7 +1806,7 @@ UNBOUNDED FOLLOWING
The syntaxes using <literal>*</> are used for calling parameter-less
aggregate functions as window functions, for example
<literal>count(*) OVER (PARTITION BY x ORDER BY y)</>.
<literal>*</> is customarily not used for non-aggregate window functions.
The asterisk (<literal>*</>) is customarily not used for non-aggregate window functions.
Aggregate window functions, unlike normal aggregate functions, do not
allow <literal>DISTINCT</> or <literal>ORDER BY</> to be used within the
function argument list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment