Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f988e94

Browse files
committed
doc: in create statistics docs, mention analyze for parent info
Discussion: https://postgr.es/m/[email protected] Backpatch-through: 10
1 parent 9072f0f commit f988e94

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)