Skip to content

Commit b9a9cb1

Browse files
committed
Doc: Fix list of storage parameters available for ALTER TABLE
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
1 parent d6a9548 commit b9a9cb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
616616
<para>
617617
<literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
618618
fillfactor and autovacuum storage parameters, as well as the
619-
following planner related parameters:
620-
<varname>effective_io_concurrency</>, <varname>parallel_workers</>, <varname>seq_page_cost</>,
621-
<varname>random_page_cost</>, <varname>n_distinct</> and <varname>n_distinct_inherited</>.
619+
planner parameter <varname>parallel_workers</>.
622620
</para>
623621

624622
<note>

0 commit comments

Comments
 (0)