mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
AVG probably shouldn't be upper case here, considering
that we don't upcase the others.
This commit is contained in:
parent
f69bc37be8
commit
c5741a448e
@ -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
|
||||
-->
|
||||
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user