Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: in create statistics docs, mention analyze for parent info
authorBruce Momjian <bruce@momjian.us>
Thu, 1 Sep 2022 03:11:46 +0000 (23:11 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 1 Sep 2022 03:11:46 +0000 (23:11 -0400)
Discussion: https://postgr.es/m/Yv1Bw8J+1pYfHiRl@momjian.us

Backpatch-through: 10

doc/src/sgml/ref/create_statistics.sgml

index f5367cfcc67ad19157fc08d248d7403fcd999c5a..8770470cee145bf4a346adbfa6e9147afd0efadf 100644 (file)
@@ -107,7 +107,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>