diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml
index 723079ab3b..e8691bc4ea 100644
--- a/doc/src/sgml/ref/truncate.sgml
+++ b/doc/src/sgml/ref/truncate.sgml
@@ -1,5 +1,5 @@
@@ -84,12 +84,6 @@ TRUNCATE TABLE
DELETE but since it does not actually scan the
table it is faster. This is most useful on large tables.
-
-
- TRUNCATE cannot be executed inside a transaction
- block (BEGIN>/COMMIT> pair), because there is
- no way to roll it back.
-