From d06ebdb8d3425185d7e641d15e45908658a0177d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 17 Jul 2000 03:52:28 +0000 Subject: [PATCH] Update aggregate-function docs for STDDEV, VARIANCE. --- doc/src/sgml/func.sgml | 78 ++++++++++++++++++++++++++++++++---------- 1 file changed, 60 insertions(+), 18 deletions(-) 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.