summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2016-03-10 12:07:33 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2016-03-10 12:07:33 +0000
commitfcb4bfddb6ff46e4495b923987ed6a89bd256174 (patch)
tree7d82756759780dafa4eaa72742e2e1fb5991cdd7 /doc/src
parent090b287fc59e7a44da8c3e0823eecdc8ea4522f2 (diff)
Reduce lock level for altering fillfactor
Fabrízio de Royes Mello and Simon Riggs
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index aca40f596a2..5ca211e5f87 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -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>