]> granicus.if.org Git - postgresql/commitdiff
In docs, start window function sentence with "The asterisk (*)" rather
authorBruce Momjian <bruce@momjian.us>
Thu, 14 Jul 2011 21:59:12 +0000 (17:59 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 14 Jul 2011 21:59:49 +0000 (17:59 -0400)
than "*";  it is confusing to start a sentence with a symbol.

doc/src/sgml/syntax.sgml

index f6c4a4defa1959a167214d7306e0d1bba6da3862..9119b60792e50e1ae8924f42dbde11b6ebcd0b98 100644 (file)
@@ -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.