diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-03-31 12:03:33 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-03-31 12:03:33 +0200 |
commit | 3b6d2b460b5af1e62f45c751997a23e5c674ad03 (patch) | |
tree | 0bc089a07ddc0a181718e9e32c0596c1040a8de4 | |
parent | 0598bed99efa6e2d5fa43bbccbcca0358c6e1e75 (diff) |
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
-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 ca9282bc29a..c0207cf1944 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -222,7 +222,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="PARAMETER">table_name</replaceable> [ </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 |