doc: in create statistics docs, mention analyze for parent info
authorBruce Momjian
Thu, 1 Sep 2022 03:11:46 +0000 (23:11 -0400)
committerBruce Momjian
Thu, 1 Sep 2022 03:11:46 +0000 (23:11 -0400)
Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 10

doc/src/sgml/ref/create_statistics.sgml

index 4363be50c3c4d5e42bb3a0d6902efbee19690372..b43aaf142f582f6fb0279c019ce678f24af99bea 100644 (file)
@@ -109,7 +109,9 @@ CREATE STATISTICS [ IF NOT EXISTS ] statistics_na
     
      
       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 
+      linkend="sql-analyze"/> for an explanation of the handling of
+      inheritance and partitions.