Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 41badea

Browse files
committed
Document ANALYZE storage parameters for partitioned tables
Commit 0827e8a added parameters for autovacuum to support partitioned tables, but didn't add any docs. Add them. Discussion: https://postgr.es/m/20210408213051.GL6592@telsasoft.com
1 parent 0e69f70 commit 41badea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/src/sgml/ref/create_table.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,8 +1369,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
13691369
If a table parameter value is set and the
13701370
equivalent <literal>toast.</literal> parameter is not, the TOAST table
13711371
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.
13741374
</para>
13751375

13761376
<variablelist>
@@ -1452,6 +1452,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
14521452
If true, the autovacuum daemon will perform automatic <command>VACUUM</command>
14531453
and/or <command>ANALYZE</command> operations on this table following the rules
14541454
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.
14551457
If false, this table will not be autovacuumed, except to prevent
14561458
transaction ID wraparound. See <xref linkend="vacuum-for-wraparound"/> for
14571459
more about wraparound prevention.
@@ -1576,6 +1578,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
15761578
<para>
15771579
Per-table value for <xref linkend="guc-autovacuum-analyze-threshold"/>
15781580
parameter.
1581+
This parameter can be set for partitioned tables.
15791582
</para>
15801583
</listitem>
15811584
</varlistentry>
@@ -1591,6 +1594,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
15911594
<para>
15921595
Per-table value for <xref linkend="guc-autovacuum-analyze-scale-factor"/>
15931596
parameter.
1597+
This parameter can be set for partitioned tables.
15941598
</para>
15951599
</listitem>
15961600
</varlistentry>

0 commit comments

Comments
 (0)