summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>