8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ff043 commit 1be9cdfCopy full SHA for 1be9cdf
doc/src/sgml/syntax.sgml
@@ -1806,7 +1806,7 @@ UNBOUNDED FOLLOWING
1806
The syntaxes using <literal>*</> are used for calling parameter-less
1807
aggregate functions as window functions, for example
1808
<literal>count(*) OVER (PARTITION BY x ORDER BY y)</>.
1809
- <literal>*</> is customarily not used for non-aggregate window functions.
+ The asterisk (<literal>*</>) is customarily not used for non-aggregate window functions.
1810
Aggregate window functions, unlike normal aggregate functions, do not
1811
allow <literal>DISTINCT</> or <literal>ORDER BY</> to be used within the
1812
function argument list.
0 commit comments