From fb742ce2687a9fdb103479950603cfbecbed285e Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Tue, 23 Mar 2021 04:54:34 +0100 Subject: 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 --- doc/src/sgml/catalogs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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$<iteration count>:<salt>< char[] - An array containing codes for the enabled statistic kinds; + An array containing codes for the enabled statistics kinds; valid values are: d for n-distinct statistics, f for functional dependency statistics -- cgit v1.2.3