|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.18 2005/01/27 03:17:08 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.19 2005/02/22 19:06:18 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -53,6 +53,10 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable> [, ...]
|
53 | 53 | <refsect1>
|
54 | 54 | <title>Notes</title>
|
55 | 55 |
|
| 56 | + <para> |
| 57 | + Only the owner of a table may <command>TRUNCATE</> it. |
| 58 | + </para> |
| 59 | + |
56 | 60 | <para>
|
57 | 61 | <command>TRUNCATE</> cannot be used on a table that has foreign-key
|
58 | 62 | references from other tables, unless all such tables are also truncated
|
|