CREATE STATISTICS statistic_type documentation
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-05-25T16:12:08Z
Lists: pgsql-hackers
The docs for CREATE STATISTICS does not say what happens if the statistic_type clause is omitted. It should probably say that the default action is to create both ndistinct and dependencies. Cheers, Jeff
Commits
-
extended stats: Clarify behavior of omitting stat type clause
- eb67e2e35a04 10.0 landed