@@ -1369,8 +1369,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
1369
1369
If a table parameter value is set and the
1370
1370
equivalent <literal>toast.</literal> parameter is not, the TOAST table
1371
1371
will use the table's parameter value.
1372
- Specifying these parameters for partitioned tables is not supported,
1373
- but you may specify them for individual leaf partitions.
1372
+ Except where noted, these parameters are not supported on partitioned
1373
+ tables; however, you can specify them on individual leaf partitions.
1374
1374
</para>
1375
1375
1376
1376
<variablelist>
@@ -1452,6 +1452,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
1452
1452
If true, the autovacuum daemon will perform automatic <command>VACUUM</command>
1453
1453
and/or <command>ANALYZE</command> operations on this table following the rules
1454
1454
discussed in <xref linkend="autovacuum"/>.
1455
+ This parameter can be set for partitioned tables to prevent autovacuum
1456
+ from running <command>ANALYZE</command> on them.
1455
1457
If false, this table will not be autovacuumed, except to prevent
1456
1458
transaction ID wraparound. See <xref linkend="vacuum-for-wraparound"/> for
1457
1459
more about wraparound prevention.
@@ -1576,6 +1578,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
1576
1578
<para>
1577
1579
Per-table value for <xref linkend="guc-autovacuum-analyze-threshold"/>
1578
1580
parameter.
1581
+ This parameter can be set for partitioned tables.
1579
1582
</para>
1580
1583
</listitem>
1581
1584
</varlistentry>
@@ -1591,6 +1594,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
1591
1594
<para>
1592
1595
Per-table value for <xref linkend="guc-autovacuum-analyze-scale-factor"/>
1593
1596
parameter.
1597
+ This parameter can be set for partitioned tables.
1594
1598
</para>
1595
1599
</listitem>
1596
1600
</varlistentry>
0 commit comments