From: Tom Lane Date: Mon, 17 Jul 2000 03:52:28 +0000 (+0000) Subject: Update aggregate-function docs for STDDEV, VARIANCE. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=d06ebdb8d3425185d7e641d15e45908658a0177d;p=users%2Frhaas%2Fpostgres.git Update aggregate-function docs for STDDEV, VARIANCE. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1e393c623b..09524f8518 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1539,7 +1539,7 @@ Not defined by this name. Implements the intersection operator '#' Aggregate functions allow the generation of simple - statistics about the values of particular columns over the selected set + statistics about the values of given expressions over the selected set of rows.