diff options
author | Bruce Momjian | 2022-09-01 03:11:46 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-09-01 03:11:46 +0000 |
commit | 97fe6d2210d4c6a0be3ff16abc9432b2c0a867b8 (patch) | |
tree | ae5e6d27ae1cff8faa9d67174c2eccb10a7502ef | |
parent | dd03dfeb3bc952818a34aaee30c31d491190aa21 (diff) |
doc: in create statistics docs, mention analyze for parent info
Discussion: https://postgr.es/m/[email protected]
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 b847944f37..3a92fc55ed 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> |