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