From eb67e2e35a046f700172fbce52ad2331fe6c57ac Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 25 May 2017 13:17:57 -0400 Subject: [PATCH] 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 --- doc/src/sgml/ref/create_statistics.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index 854746de24..f319a6ea9c 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 ] statistics_na ndistinct, which enables n-distinct statistics, and dependencies, which enables functional dependency statistics. + If this clause is omitted, all supported statistic types are + included in the statistics object. For more information, see and . -- 2.40.0