Re: CREATE STATISTICS and partitoins/inheritance

2022-09-01 Thread Bruce Momjian
On Thu, Sep 1, 2022 at 12:04:43AM -0500, Justin Pryzby wrote: > On Wed, Aug 31, 2022 at 11:15:41PM -0400, Bruce Momjian wrote: > > On Wed, Aug 17, 2022 at 03:30:11PM -0400, Bruce Momjian wrote: > > > In looking at CREATE STATISTICS, I was confused how inheritance and > > > partisions were handled,

Re: CREATE STATISTICS and partitoins/inheritance

2022-08-31 Thread Justin Pryzby
On Wed, Aug 31, 2022 at 11:15:41PM -0400, Bruce Momjian wrote: > On Wed, Aug 17, 2022 at 03:30:11PM -0400, Bruce Momjian wrote: > > In looking at CREATE STATISTICS, I was confused how inheritance and > > partisions were handled, so I confirmed with Tomas that the ANALYZE > > manual page accurately

Re: CREATE STATISTICS and partitoins/inheritance

2022-08-31 Thread Bruce Momjian
On Wed, Aug 17, 2022 at 03:30:11PM -0400, Bruce Momjian wrote: > In looking at CREATE STATISTICS, I was confused how inheritance and > partisions were handled, so I confirmed with Tomas that the ANALYZE > manual page accurately describes how extended statistics are handled > since PG 15, so I plan