projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a13b018
)
Document that TRUNCATE ignores user-defined ON DELETE triggers.
author
Tom Lane
Fri, 19 Sep 2003 21:06:39 +0000
(21:06 +0000)
committer
Tom Lane
Fri, 19 Sep 2003 21:06:39 +0000
(21:06 +0000)
doc/src/sgml/ref/truncate.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/truncate.sgml
b/doc/src/sgml/ref/truncate.sgml
index aa27890f47eb6f40ae2b7bd5ba0cb889d0a7fe64..158875903528c185f2e9f00b502baf9117176f93 100644
(file)
--- a/
doc/src/sgml/ref/truncate.sgml
+++ b/
doc/src/sgml/ref/truncate.sgml
@@
-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.
+