Doc: Fix list of storage parameters available for ALTER TABLE
authorMichael Paquier <michael@paquier.xyz>
Fri, 24 Jan 2020 00:55:21 +0000 (09:55 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 24 Jan 2020 00:55:21 +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.GA12066@telsasoft.com
Backpatch-through: 10

doc/src/sgml/ref/alter_table.sgml

index 1c222d63e0b4529683b6ec8100ea0fc3c905a651..81e106033faf1ad8b7cf453ed7dbb9fa0fb2a707 100644 (file)
@@ -719,9 +719,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
      <para>
       <literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
       fillfactor, toast and autovacuum storage parameters, as well as the
-      following planner related parameters:
-      <varname>effective_io_concurrency</varname>, <varname>parallel_workers</varname>, <varname>seq_page_cost</varname>,
-      <varname>random_page_cost</varname>, <varname>n_distinct</varname> and <varname>n_distinct_inherited</varname>.
+      planner parameter <varname>parallel_workers</varname>.
      </para>
     </listitem>
    </varlistentry>