Commit c5741a44 authored by Tom Lane's avatar Tom Lane

AVG probably shouldn't be upper case here, considering

that we don't upcase the others.
parent f69bc37b
<!-- <!--
$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'); ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment