|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.14 2003/09/19 21:04:19 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.15 2003/09/19 21:06:39 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -58,6 +58,11 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
|
58 | 58 | to the table from other tables. Checking validity in such cases would
|
59 | 59 | require table scans, and the whole point is not to do one.
|
60 | 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> |
61 | 66 | </refsect1>
|
62 | 67 |
|
63 | 68 | <refsect1>
|
|