Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9a9cb1

Browse files
committed
Doc: Fix list of storage parameters available for ALTER TABLE
Only the parameter parallel_workers can be used directly with ALTERTABLE.Issue introduced in6f3a13f, so backpatch down to 10.Author: Justin PryzbyDiscussion:https://postgr.es/m/20200106025623.GA12066@telsasoft.comBackpatch-through: 10
1 parentd6a9548 commitb9a9cb1

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)

[8]ページ先頭

©2009-2025 Movatter.jp