Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceab6f7 commit d851f00Copy full SHA for d851f00
doc/src/sgml/ref/truncate.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.8 2002/05/18 15:44:47 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.9 2002/12/06 03:15:07 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -84,12 +84,6 @@ TRUNCATE TABLE
84
<command>DELETE</command> but since it does not actually scan the
85
table it is faster. This is most useful on large tables.
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
</refsect1>
94
95
<refsect1 id="R1-SQL-TRUNCATE-2">
0 commit comments