summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson2022-03-31 10:03:33 +0000
committerDaniel Gustafsson2022-03-31 10:03:33 +0000
commita5d4a3850fa879cb4c78732ce2f83e446778f885 (patch)
tree9707be2c21450d9bbc165b701e357a27013a759d /doc/src
parent166f143869c98492a41288bf8175521cd9ce7c24 (diff)
doc: Fix typo in ANALYZE documentation
Commit 61fa6ca79b3 accidentally wrote constrast instead of contrast. Backpatch-through: 10 Discussion: https://postgr.es/m/88903179-5ce2-3d4d-af43-7830372bdcb6@enterprisedb.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/analyze.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index 3a45b5eb71e..9db98a5028f 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -240,7 +240,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
</para>
<para>
- By constrast, if the table being analyzed has inheritance children,
+ By contrast, if the table being analyzed has inheritance children,
<command>ANALYZE</command> gathers two sets of statistics: one on the rows
of the parent table only, and a second including rows of both the parent
table and all of its children. This second set of statistics is needed when