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

doc/src/sgml/func.sgml

index 06af0db5fd6a5724214b762fd4a33e4c36c411d8..62c36063821ace62722553b4cbb5d9a7d7759e13 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -4534,7 +4534,7 @@ SELECT has_table_privilege('myschema.mytable', 'select');
 
     
      
-      AVG(expression)
+      avg(expression)
       the average (arithmetic mean) of all input values