AVG probably shouldn't be upper case here, considering
authorTom Lane <[email protected]>
Mon, 13 May 2002 19:22:06 +0000 (19:22 +0000)
committerTom Lane <[email protected]>
Mon, 13 May 2002 19:22:06 +0000 (19:22 +0000)
that we don't upcase the others.

doc/src/sgml/func.sgml

index d13779899202e7e03ba4195d42be9ca2a6d1bb83..1ce1e5894b70b6bdf252da13b56460b76826f7a4 100644 (file)
@@ -4534,7 +4534,7 @@ SELECT has_table_privilege('myschema.mytable', 'select');
 
     <tbody>
      <row>
-      <entry>AVG(<replaceable class="parameter">expression</replaceable>)</entry>
+      <entry>avg(<replaceable class="parameter">expression</replaceable>)</entry>
       <entry>the average (arithmetic mean) of all input values</entry>
       <entry>
        <indexterm>