Re: CREATE STATISTICS statistic_type documentation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Janes <jeff.janes@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-05-25T16:28:34Z
Lists: pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes: > 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. Hmm, I coulda sworn that it did say that somewhere. Where would you expect to find that? regards, tom lane
Commits
-
extended stats: Clarify behavior of omitting stat type clause
- eb67e2e35a04 10.0 landed