doc: Fix typo in ANALYZE documentation
authorDaniel Gustafsson <[email protected]>
Thu, 31 Mar 2022 10:03:33 +0000 (12:03 +0200)
committerDaniel Gustafsson <[email protected]>
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 ca9282bc29ab5a9ad9d81ae6878153bf2e99064e..c0207cf1944d384c7aa96eb3e47cf2e6991e848a 100644 (file)
@@ -222,7 +222,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="PARAMETER">table_name</replaceable> [
   </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