Doc: Fix list of storage parameters available for ALTER TABLE
authorMichael Paquier
Fri, 24 Jan 2020 00:55:58 +0000 (09:55 +0900)
committerMichael Paquier
Fri, 24 Jan 2020 00:55:58 +0000 (09:55 +0900)
Only the parameter parallel_workers can be used directly with ALTER
TABLE.

Issue introduced in 6f3a13f, so backpatch down to 10.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20200106025623[email protected]
Backpatch-through: 10

doc/src/sgml/ref/alter_table.sgml

index d63490f310d07df78bb7166a4727d0902bc2f91a..ba81f060b1c05a0c59e95ba0707ba8542c57e142 100644 (file)
@@ -699,9 +699,7 @@ WITH ( MODULUS numeric_literal, REM
      
       SHARE UPDATE EXCLUSIVE lock will be taken for
       fillfactor, toast and autovacuum storage parameters, as well as the
-      following planner related parameters:
-      effective_io_concurrencyparallel_workersseq_page_cost,
-      random_page_costn_distinct and n_distinct_inherited.
+      planner parameter parallel_workers.