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 | 5be9cffa9d83cee569d77286a5136ad27855f05a (patch) | |
tree | 719f450a54a5ecc81b9d2ae22f4a4b61d23ccba7 | |
parent | dfc94d3cc8f737f71082b136aa158310cbbdcce9 (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> |