summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-28 12:36:57 +0100
committerGitHub <noreply@github.com>2021-12-28 12:36:57 +0100
commitad6bb20557f5c87de26aeb3afb061af942a8cc17 (patch)
tree2d3e4f7e5a620c7f1daaec3607131ae52bacbb22 /docs/ref/contrib/postgres
parentb13d920b7b56d3e088e35311f5ee54f25d2779af (diff)
Avoided counting attributes and methods in docs.
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/aggregates.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt
index 7c901a0bad..285e86f5d5 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -240,13 +240,11 @@ field or an expression returning a numeric data. Both are required.
Returns the population covariance as a ``float``, or ``default`` if there
aren't any matching rows.
- Has one optional argument:
-
.. attribute:: sample
- By default ``CovarPop`` returns the general population covariance.
- However, if ``sample=True``, the return value will be the sample
- population covariance.
+ Optional. By default ``CovarPop`` returns the general population
+ covariance. However, if ``sample=True``, the return value will be the
+ sample population covariance.
``RegrAvgX``
------------