diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/syntax.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index f6c4a4defa1..9119b60792e 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -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. |