Skip to content

Commit 3b6d2b4

Browse files
doc: Fix typo in ANALYZE documentation
Commit 61fa6ca accidentally wrote constrast instead of contrast. Backpatch-through: 10 Discussion: https://postgr.es/m/88903179-5ce2-3d4d-af43-7830372bdcb6@enterprisedb.com
1 parent 0598bed commit 3b6d2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/analyze.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="PARAMETER">table_name</replaceable> [
222222
</para>
223223

224224
<para>
225-
By constrast, if the table being analyzed has inheritance children,
225+
By contrast, if the table being analyzed has inheritance children,
226226
<command>ANALYZE</command> gathers two sets of statistics: one on the rows
227227
of the parent table only, and a second including rows of both the parent
228228
table and all of its children. This second set of statistics is needed when

0 commit comments

Comments
 (0)