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 | 974299a808554a0983e92923a06e14e899cb2b55 (patch) | |
tree | c3f49d6b5c2d5ea0112413679dd33726cf10ed79 | |
parent | 7d78fdb5f0618a38a0b34a541c328c80e9e37766 (diff) | |
download | postgresql-974299a808554a0983e92923a06e14e899cb2b55.tar.gz postgresql-974299a808554a0983e92923a06e14e899cb2b55.zip |
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 9a8c904c088..e3e5c297ddb 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -142,7 +142,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> |