From: Bruce Momjian Date: Fri, 6 Dec 2002 03:15:07 +0000 (+0000) Subject: With a recent commit truncate is transaction safe in 7.4. X-Git-Tag: REL7_4_BETA1~1426 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d851f002a469b81996c65b2826f3f595c5bf60bd;p=thirdparty%2Fpostgresql.git With a recent commit truncate is transaction safe in 7.4. Rod Taylor --- diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml index 723079ab3bc..e8691bc4ea9 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. -