1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Reduce lock level for altering fillfactor

Fabrízio de Royes Mello and Simon Riggs
This commit is contained in:
Simon Riggs
2016-03-10 12:07:33 +00:00
parent 090b287fc5
commit fcb4bfddb6
3 changed files with 18 additions and 18 deletions

View File

@ -561,7 +561,7 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
</para>
<para>
Changing autovacuum storage parameters acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
Changing fillfactor and autovacuum storage parameters acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
</para>
<note>