|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.53 2005/11/07 17:36:44 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.54 2006/03/04 04:41:36 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="mvcc">
|
@@ -710,7 +710,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
|
710 | 710 |
|
711 | 711 | <para>
|
712 | 712 | Acquired by the <command>ALTER TABLE</command>, <command>DROP
|
713 |
| - TABLE</command>, <command>REINDEX</command>, |
| 713 | + TABLE</command>, <command>TRUNCATE</command>, <command>REINDEX</command>, |
714 | 714 | <command>CLUSTER</command>, and <command>VACUUM FULL</command>
|
715 | 715 | commands. This is also the default lock mode for <command>LOCK
|
716 | 716 | TABLE</command> statements that do not specify a mode explicitly.
|
|