From: Bruce Momjian Date: Thu, 1 Sep 2022 03:11:46 +0000 (-0400) Subject: doc: in create statistics docs, mention analyze for parent info X-Git-Tag: REL_10_23~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f988e94f51ab4fef6e264c6799168ef4551f66b1;p=thirdparty%2Fpostgresql.git doc: in create statistics docs, mention analyze for parent info Discussion: https://postgr.es/m/Yv1Bw8J+1pYfHiRl@momjian.us Backpatch-through: 10 --- diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index 630d338c835..5559277b8ad 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -107,7 +107,9 @@ CREATE STATISTICS [ IF NOT EXISTS ] statistics_na The name (optionally schema-qualified) of the table containing the - column(s) the statistics are computed on. + column(s) the statistics are computed on; see for an explanation of the handling of + inheritance and partitions.