Commit 844f071c authored by Francisco Capdevila's avatar Francisco Capdevila Committed by Tim Graham
Browse files

[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.

Backport of 82243e51 from master
parent 6ec2ab1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ field or an expression returning a numeric data. Both are required.

.. class:: RegrAvgY(y, x)

    Returns the average of the independent variable (``sum(y)/N``) as a
    Returns the average of the dependent variable (``sum(y)/N``) as a
    ``float``, or ``None`` if there aren't any matching rows.

``RegrCount``