Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fac588
)
doc: in create statistics docs, mention analyze for parent info
author
Bruce Momjian
<bruce@momjian.us>
Thu, 1 Sep 2022 03:11:46 +0000
(23:11 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_statistics.sgml
b/doc/src/sgml/ref/create_statistics.sgml
index 9a8c904c0885b7cd8e0757fb3def2422d5795aa2..e3e5c297ddb16f54d0f4479da088ca3dca2cdcca 100644
(file)
--- a/
doc/src/sgml/ref/create_statistics.sgml
+++ b/
doc/src/sgml/ref/create_statistics.sgml
@@
-142,7
+142,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>