8000
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 a13b018 commit 8421253Copy full SHA for 8421253
doc/src/sgml/ref/truncate.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.14 2003/09/19 21:04:19 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.15 2003/09/19 21:06:39 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -58,6 +58,11 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
58
to the table from other tables. Checking validity in such cases would
59
require table scans, and the whole point is not to do one.
60
</para>
61
+
62
+ <para>
63
+ <command>TRUNCATE</> will not run any user-defined ON DELETE triggers
64
+ that might exist for the table.
65
+ </para>
66
</refsect1>
67
68
<refsect1>
0 commit comments