8000 doc: in create statistics docs, mention analyze for parent info · postgres/postgres@3522131 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3522131

Browse files
committed
doc: in create statistics docs, mention analyze for parent info
Discussion: https://postgr.es/m/Yv1Bw8J+1pYfHiRl@momjian.us Backpatch-through: 10
1 parent f4435ac commit 3522131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/ref/create_statistics.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="parameter">statistics_na
107107
<listitem>
108108
<para>
109109
The name (optionally schema-qualified) of the table containing the
110-
column(s) the statistics are computed on.
110+
column(s) the statistics are computed on; see <xref
111+
linkend="sql-analyze"/> for an explanation of the handling of
112+
inheritance and partitions.
111113
</para>
112114
</listitem>
113115
</varlistentry>

0 commit comments

Comments
 (0)
0