Document ANALYZE storage parameters for partitioned tables
authorAlvaro Herrera
Fri, 9 Apr 2021 17:38:07 +0000 (13:38 -0400)
committerAlvaro Herrera
Fri, 9 Apr 2021 17:38:07 +0000 (13:38 -0400)
Commit 0827e8af70f4 added parameters for autovacuum to support
partitioned tables, but didn't add any docs.  Add them.

Discussion: https://postgr.es/m/20210408213051[email protected]

doc/src/sgml/ref/create_table.sgml

index d7fffddbce3663c2e9397bda9fb0b72b0bc1bf9a..b6cf9adcb256c519181304178a2d8408e6eda8db 100644 (file)
@@ -1369,8 +1369,8 @@ WITH ( MODULUS numeric_literal, REM
     If a table parameter value is set and the
     equivalent toast. parameter is not, the TOAST table
     will use the table's parameter value.
-    Specifying these parameters for partitioned tables is not supported,
-    but you may specify them for individual leaf partitions.
+    Except where noted, these parameters are not supported on partitioned
+    tables; however, you can specify them on individual leaf partitions.
    
 
    
@@ -1452,6 +1452,8 @@ WITH ( MODULUS numeric_literal, REM
      If true, the autovacuum daemon will perform automatic VACUUM
      and/or ANALYZE operations on this table following the rules
      discussed in .
+     This parameter can be set for partitioned tables to prevent autovacuum
+     from running ANALYZE on them.
      If false, this table will not be autovacuumed, except to prevent
      transaction ID wraparound. See  for
      more about wraparound prevention.
@@ -1576,6 +1578,7 @@ WITH ( MODULUS numeric_literal, REM
      
       Per-table value for 
       parameter.
+      This parameter can be set for partitioned tables.
      
     
    
@@ -1591,6 +1594,7 @@ WITH ( MODULUS numeric_literal, REM
      
       Per-table value for 
       parameter.
+      This parameter can be set for partitioned tables.