summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2022-08-31 23:11:46 -0400
committerBruce Momjian <bruce@momjian.us>2022-08-31 23:11:46 -0400
commit97fe6d2210d4c6a0be3ff16abc9432b2c0a867b8 (patch)
treeae5e6d27ae1cff8faa9d67174c2eccb10a7502ef /doc/src
parentdd03dfeb3bc952818a34aaee30c31d491190aa21 (diff)
doc: in create statistics docs, mention analyze for parent info
Discussion: https://postgr.es/m/Yv1Bw8J+1pYfHiRl@momjian.us Backpatch-through: 10
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_statistics.sgml4
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 b847944f37d..3a92fc55ede 100644
--- a/doc/src/sgml/ref/create_statistics.sgml
+++ b/doc/src/sgml/ref/create_statistics.sgml
@@ -146,7 +146,9 @@ CREATE STATISTICS [ [ IF NOT EXISTS ] <replaceable class="parameter">statistics_
<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>