Commit c5479178 authored by Daniel Gustafsson's avatar Daniel Gustafsson

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
parent 637afee3
...@@ -272,7 +272,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea ...@@ -272,7 +272,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
</para> </para>
<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 <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 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 table and all of its children. This second set of statistics is needed when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment