diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-03-23 04:45:26 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-03-23 05:01:35 +0100 |
commit | a5f002ad9a2ddb501148a12281efbaacec6f6397 (patch) | |
tree | 10a0201791db81655e226bc16cf8bcce9888bc83 /doc/src | |
parent | 1e3e8b51bda8ddd59984230f876f199c9ce3166a (diff) | |
download | postgresql-a5f002ad9a2ddb501148a12281efbaacec6f6397.tar.gz postgresql-a5f002ad9a2ddb501148a12281efbaacec6f6397.zip |
Use correct spelling of statistics kind
A couple error messages and comments used 'statistic kind', not the
correct 'statistics kind'. Fix and backpatch 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 68d19606985..bae4d8cdd36 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7370,7 +7370,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l <structfield>stxkind</structfield> <type>char[]</type> </para> <para> - 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, and |