Document that TRUNCATE ignores user-defined ON DELETE triggers.
authorTom Lane
Fri, 19 Sep 2003 21:06:39 +0000 (21:06 +0000)
committerTom Lane
Fri, 19 Sep 2003 21:06:39 +0000 (21:06 +0000)
doc/src/sgml/ref/truncate.sgml

index aa27890f47eb6f40ae2b7bd5ba0cb889d0a7fe64..158875903528c185f2e9f00b502baf9117176f93 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -58,6 +58,11 @@ TRUNCATE [ TABLE ] name
    to the table from other tables.  Checking validity in such cases would
    require table scans, and the whole point is not to do one.
   
+
+  
+   TRUNCATE will not run any user-defined ON DELETE triggers
+   that might exist for the table.
+