diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-03-23 04:54:34 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-03-23 04:54:34 +0100 |
commit | fb742ce2687a9fdb103479950603cfbecbed285e (patch) | |
tree | 9d565fdacf80ee06076b11b0b03df039005e7514 /doc/src | |
parent | 5386a8506d7da3cf1af3fbdb04d7c4f811674574 (diff) |
Use correct spelling of statistics kind
A couple error messages and comments used 'statistic kind', not the
correct 'statistics kind'. Fix and backpack all the way back to 10,
where extended statistics were introduced.
Backpatch-through: 10
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 9d983fa2523..46a1ba9bbeb 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -6445,7 +6445,7 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt>< <entry><type>char[]</type></entry> <entry></entry> <entry> - An array containing codes for the enabled statistic kinds; + An array containing codes for the enabled statistics kinds; valid values are: <literal>d</literal> for n-distinct statistics, <literal>f</literal> for functional dependency statistics |