AVG probably shouldn't be upper case here, considering

that we don't upcase the others.
This commit is contained in:
Tom Lane 2002-05-13 19:22:06 +00:00
parent f69bc37be8
commit c5741a448e

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.96 2002/04/26 01:24:08 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.97 2002/05/13 19:22:06 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -4534,7 +4534,7 @@ SELECT has_table_privilege('myschema.mytable', 'select');
<tbody> <tbody>
<row> <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>the average (arithmetic mean) of all input values</entry>
<entry> <entry>
<indexterm> <indexterm>