mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
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
This commit is contained in:
parent
d6a9548b2f
commit
b9a9cb1bfd
1 changed files with 1 additions and 3 deletions
|
|
@ -616,9 +616,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
|
|||
<para>
|
||||
<literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
|
||||
fillfactor and autovacuum storage parameters, as well as the
|
||||
following planner related parameters:
|
||||
<varname>effective_io_concurrency</>, <varname>parallel_workers</>, <varname>seq_page_cost</>,
|
||||
<varname>random_page_cost</>, <varname>n_distinct</> and <varname>n_distinct_inherited</>.
|
||||
planner parameter <varname>parallel_workers</>.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
|
|
|
|||
Loading…
Reference in a new issue