Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix typo in ANALYZE documentation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 31 Mar 2022 10:03:33 +0000 (12:03 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 31 Mar 2022 10:03:33 +0000 (12:03 +0200)
Commit 61fa6ca79b3 accidentally wrote constrast instead of contrast.

Backpatch-through: 10
Discussion: https://postgr.es/m/88903179-5ce2-3d4d-af43-7830372bdcb6@enterprisedb.com

doc/src/sgml/ref/analyze.sgml

index ae04a684cbd7f797ffb6fc5ad2888ad5c1c0c467..4b92362f18b6b73f8be9bbac254e391d492ec85b 100644 (file)
@@ -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