diff options
author | Daniel Gustafsson | 2022-03-31 10:03:33 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2022-03-31 10:03:33 +0000 |
commit | 4e31c46e1e7b7d3a34909ec872c4446711e86e7d (patch) | |
tree | 59d2695c5b46fb1dcfee918f41e041727cb20cfa | |
parent | 2beb4acff1e83fef6766a5a7d5bbd952444a0b36 (diff) |
doc: Fix typo in ANALYZE documentation
Commit 61fa6ca79b3 accidentally wrote constrast instead of contrast.
Backpatch-through: 10
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/ref/analyze.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index fe5461768e..b968f740cb 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -272,7 +272,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea </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 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 |