File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -568,10 +568,17 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
568
568
That can be done with <link linkend="SQL-VACUUM">VACUUM
569
569
FULL</>, <xref linkend="SQL-CLUSTER"> or one of the forms
570
570
of <command>ALTER TABLE</> that forces a table rewrite.
571
+ For planner related parameters, changes will take effect from the next
572
+ time the table is locked so currently executing queries will not be
573
+ affected.
571
574
</para>
572
575
573
576
<para>
574
- Changing fillfactor and autovacuum storage parameters acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
577
+ <literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
578
+ fillfactor and autovacuum storage parameters, as well as the
579
+ following planner related parameters:
580
+ effective_io_concurrency, parallel_workers, seq_page_cost
581
+ random_page_cost, n_distinct and n_distinct_inherited.
575
582
</para>
576
583
577
584
<note>
You can’t perform that action at this time.
0 commit comments