|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.32 2009/01/12 08:54:25 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.33 2009/04/26 02:56:52 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -106,8 +106,8 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="PARAMETER">name</replaceable> [,
|
106 | 106 | </para>
|
107 | 107 |
|
108 | 108 | <para>
|
109 |
| - <command>TRUNCATE</> acquires anaccess exclusive lock onthe |
110 |
| -tables in operates on, which blocks all other concurrent operations |
| 109 | + <command>TRUNCATE</> acquires an<literal>ACCESS EXCLUSIVE</> lock oneach |
| 110 | +table it operates on, which blocks all other concurrent operations |
111 | 111 | on the table. If concurrent access to a table is required, then
|
112 | 112 | the <command>DELETE</> command should be used instead.
|
113 | 113 | </para>
|
|