|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.8 2002/05/1815:44:47 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.9 2002/12/06 03:15:07 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -84,12 +84,6 @@ TRUNCATE TABLE
|
84 | 84 | <command>DELETE</command> but since it does not actually scan the
|
85 | 85 | table it is faster. This is most useful on large tables.
|
86 | 86 | </para>
|
87 |
| - |
88 |
| - <para> |
89 |
| - <command>TRUNCATE</command> cannot be executed inside a transaction |
90 |
| - block (<command>BEGIN</>/<command>COMMIT</> pair), because there is |
91 |
| - no way to roll it back. |
92 |
| - </para> |
93 | 87 | </refsect1>
|
94 | 88 |
|
95 | 89 | <refsect1 id="R1-SQL-TRUNCATE-2">
|
|