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

Commit6de7bcb

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 parentc327044 commit6de7bcb

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
@@ -719,9 +719,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
719719
<para>
720720
<literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
721721
fillfactor, toast and autovacuum storage parameters, as well as the
722-
following planner related parameters:
723-
<varname>effective_io_concurrency</varname>, <varname>parallel_workers</varname>, <varname>seq_page_cost</varname>,
724-
<varname>random_page_cost</varname>, <varname>n_distinct</varname> and <varname>n_distinct_inherited</varname>.
722+
planner parameter <varname>parallel_workers</varname>.
725723
</para>
726724
</listitem>
727725
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp