Doc: Fix list of storage parameters available for ALTER TABLE
authorMichael Paquier
Fri, 24 Jan 2020 00:55:51 +0000 (09:55 +0900)
committerMichael Paquier
Fri, 24 Jan 2020 00:55:51 +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 44bbfe790e68d68b999276c02a89672153d6dee9..00ee5a0a1ef69eb4e56eb0cb51971f4d2d98885b 100644 (file)
@@ -696,9 +696,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.