Doc: Fix list of storage parameters available for ALTER TABLE
authorMichael Paquier
Fri, 24 Jan 2020 00:56:12 +0000 (09:56 +0900)
committerMichael Paquier
Fri, 24 Jan 2020 00:56:12 +0000 (09:56 +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 6214e71772e53b3242cb18d7fc969fd273357599..c0278000b1b95f9d368516fa5380ca79ad029abf 100644 (file)
@@ -616,9 +616,7 @@ ALTER TABLE [ IF EXISTS ] name
      
       SHARE UPDATE EXCLUSIVE lock will be taken for
       fillfactor and autovacuum storage parameters, as well as the
-      following planner related parameters:
-      effective_io_concurrency, parallel_workers, seq_page_cost,
-      random_page_cost, n_distinct and n_distinct_inherited.
+      planner parameter parallel_workers.