Обсуждение: Re: Autovacuum on partitioned table (autoanalyze)

Поиск
Список
Период
Сортировка

Re: Autovacuum on partitioned table (autoanalyze)

От
Tom Lane
Дата:
Justin Pryzby <pryzby@telsasoft.com> writes:
> On Thu, Apr 08, 2021 at 05:56:25PM -0400, Alvaro Herrera wrote:
>> This new bit reads weird:
>>
>> +    Most parameters are not supported on partitioned tables, with exceptions
>> +    noted below; you may specify them for individual leaf partitions.

> "Except where noted, these parameters are not supported on partitioned
> tables."

I think what it's trying to get at is

"Except where noted, these parameters are not supported on partitioned
tables.  However, you can specify them on individual leaf partitions."

            regards, tom lane