summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2022-03-31 12:03:33 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2022-03-31 12:03:33 +0200
commit8421a99ca189120af67df08a6308a0c97ab115ec (patch)
tree67cf95b25d5f2542eeaafa9624c63770f0a76266
parentf042dc6a415decc4e2a9707de5f3fc737e42e1ed (diff)
downloadpostgresql-8421a99ca189120af67df08a6308a0c97ab115ec.tar.gz
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
-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 ae04a684cb..4b92362f18 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -273,7 +273,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