doc: in create statistics docs, mention analyze for parent info

Discussion: https://postgr.es/m/Yv1Bw8J+1pYfHiRl@momjian.us

Backpatch-through: 10
This commit is contained in:
Bruce Momjian 2022-08-31 23:11:46 -04:00
parent dd03dfeb3b
commit 97fe6d2210

View File

@ -146,7 +146,9 @@ CREATE STATISTICS [ [ IF NOT EXISTS ] <replaceable class="parameter">statistics_
<listitem> <listitem>
<para> <para>
The name (optionally schema-qualified) of the table containing the 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>