projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9072f0f
)
doc: in create statistics docs, mention analyze for parent info
author
Bruce Momjian
<
[email protected]
>
Thu, 1 Sep 2022 03:11:46 +0000
(23:11 -0400)
committer
Bruce Momjian
<
[email protected]
>
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_statistics.sgml
b/doc/src/sgml/ref/create_statistics.sgml
index 630d338c835d721731c1fc99b6c34bc25c2719d2..5559277b8ad20f62678adae205b1e368f5631006 100644
(file)
--- a/
doc/src/sgml/ref/create_statistics.sgml
+++ b/
doc/src/sgml/ref/create_statistics.sgml
@@
-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>