summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-01-24 09:56:12 +0900
committerMichael Paquier <michael@paquier.xyz>2020-01-24 09:56:12 +0900
commitb9a9cb1bfd6eb6a5526f2a6b21b5865dac46bd8b (patch)
tree5b479c980cea36bdee9274cd14415d766cb2ce72
parentd6a9548b2fdc402bf818cab3d7a621fb5c3ced58 (diff)
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
-rw-r--r--doc/src/sgml/ref/alter_table.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 6214e71772e..c0278000b1b 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -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>