diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 9e2adc4e46f..f6aa4cb2d13 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -1,5 +1,5 @@ @@ -710,7 +710,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2; Acquired by the ALTER TABLE, DROP - TABLE, REINDEX, + TABLE, TRUNCATE, REINDEX, CLUSTER, and VACUUM FULL commands. This is also the default lock mode for LOCK TABLE statements that do not specify a mode explicitly.