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

Commit 8421a99

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 f042dc6 commit 8421a99

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
@@ -273,7 +273,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
273273
</para>
274274

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

0 commit comments

Comments
 (0)