Re: CREATE STATISTICS and partitoins/inheritance

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CREATE STATISTICS and partitoins/inheritance
Дата
Msg-id YxAj3V3quVobdek7@momjian.us
обсуждение исходный текст
Ответ на CREATE STATISTICS and partitoins/inheritance  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: CREATE STATISTICS and partitoins/inheritance  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-docs
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 to apply this patch to the CREATE STATISTICS
> docs.

Turns out analyze has information about parent table processing all the
way back to PG 10, so I applied the patch back to that version.

I want to clarify the ANALYZE docs related to parent tables, but that
will be done in another email.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson




В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE INDEX...USING
Следующее
От: Bruce Momjian
Дата:
Сообщение: Duplicate text in ANALYZE related to inheritance/parents