Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e31c46

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 2beb4ac commit 4e31c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/analyze.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
272272
</para>
273273

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

0 commit comments

Comments
 (0)