than "*"; it is confusing to start a sentence with a symbol.
The syntaxes using *> are used for calling parameter-less
aggregate functions as window functions, for example
count(*) OVER (PARTITION BY x ORDER BY y)>.
- *> is customarily not used for non-aggregate window functions.
+ The asterisk (*>) is customarily not used for non-aggregate window functions.
Aggregate window functions, unlike normal aggregate functions, do not
allow DISTINCT> or ORDER BY> to be used within the
function argument list.