diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/create_statistics.sgml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index 854746de24d..f319a6ea9c2 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -84,6 +84,8 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="PARAMETER">statistics_na        <literal>ndistinct</literal>, which enables n-distinct statistics, and        <literal>dependencies</literal>, which enables functional        dependency statistics. +      If this clause is omitted, all supported statistic types are +      included in the statistics object.        For more information, see <xref linkend="planner-stats-extended">        and <xref linkend="multivariate-statistics-examples">.       </para>  | 
