From fcb4bfddb6ff46e4495b923987ed6a89bd256174 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Thu, 10 Mar 2016 12:07:33 +0000 Subject: Reduce lock level for altering fillfactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fabrízio de Royes Mello and Simon Riggs --- doc/src/sgml/ref/alter_table.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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 name - Changing autovacuum storage parameters acquires a SHARE UPDATE EXCLUSIVE lock. + Changing fillfactor and autovacuum storage parameters acquires a SHARE UPDATE EXCLUSIVE lock. -- cgit v1.2.3