From c3a587994a0190b0f23e87b124cc3a8e9d57d3e6 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 31 Mar 2022 12:03:33 +0200 Subject: [PATCH] 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 --- doc/src/sgml/ref/analyze.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index ae04a684cbd..4b92362f18b 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -273,7 +273,7 @@ ANALYZE [ VERBOSE ] [ table_and_columns - By constrast, if the table being analyzed has inheritance children, + By contrast, if the table being analyzed has inheritance children, ANALYZE 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 -- 2.39.5