Skip to content

Commit eb67e2e

Browse files
committed
extended stats: Clarify behavior of omitting stat type clause
Pointed out by Jeff Janes Discussion: https://postgr.es/m/CAMkU=1zGhK-nW10RAXhokcT3MM=YBg=j5LkG9RMDwmu3i0H0Og@mail.gmail.com
1 parent ea3e310 commit eb67e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/ref/create_statistics.sgml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="PARAMETER">statistics_na
8484
<literal>ndistinct</literal>, which enables n-distinct statistics, and
8585
<literal>dependencies</literal>, which enables functional
8686
dependency statistics.
87+
If this clause is omitted, all supported statistic types are
88+
included in the statistics object.
8789
For more information, see <xref linkend="planner-stats-extended">
8890
and <xref linkend="multivariate-statistics-examples">.
8991
</para>

0 commit comments

Comments
 (0)