summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
authorFrancisco Capdevila <fjcapdevila@gmail.com>2016-03-26 18:34:18 -0300
committerTim Graham <timograham@gmail.com>2016-03-28 09:20:47 -0400
commit844f071c660c068244ab0c4667390194f1b4fc92 (patch)
treeb58fae5b92e931770e21facb37763a8030aefede /docs/ref/contrib/postgres
parent6ec2ab1cda16c81430da8be134d77efa061e133d (diff)
[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/aggregates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt
index aa6d091705..30974989c2 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -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``