projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69bc37
)
AVG probably shouldn't be upper case here, considering
author
Tom Lane
Mon, 13 May 2002 19:22:06 +0000
(19:22 +0000)
committer
Tom Lane
Mon, 13 May 2002 19:22:06 +0000
(19:22 +0000)
that we don't upcase the others.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 06af0db5fd6a5724214b762fd4a33e4c36c411d8..62c36063821ace62722553b4cbb5d9a7d7759e13 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-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