diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-08-31 23:11:46 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-08-31 23:11:46 -0400 |
commit | dc565a4597e9412a731960a4df092637e7a833c7 (patch) | |
tree | f1be4fce42bf3b08c28a8947e3642ff4bf8a72c2 | |
parent | fcd8d6862b2926799654712198253c884b003ce0 (diff) |
doc: in create statistics docs, mention analyze for parent info
Discussion: https://postgr.es/m/Yv1Bw8J+1pYfHiRl@momjian.us
Backpatch-through: 10
-rw-r--r-- | doc/src/sgml/ref/create_statistics.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index 4363be50c3c..b43aaf142f5 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -109,7 +109,9 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="parameter">statistics_na <listitem> <para> 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 <xref + linkend="sql-analyze"/> for an explanation of the handling of + inheritance and partitions. </para> </listitem> </varlistentry> |