|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.23 2005/11/19 17:39:44 adunstan Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.24 2006/04/02 03:56:40 neilc Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -29,8 +29,10 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, .. |
29 | 29 |
|
30 | 30 | <para> |
31 | 31 | <command>DROP TABLE</command> removes tables from the database. |
32 | | - Only its owner may destroy a table. To empty a table of rows, |
33 | | - without destroying the table, use <command>DELETE</command>. |
| 32 | + Only its owner may destroy a table. To empty a table of rows |
| 33 | + without destroying the table, use <xref linkend="sql-delete" |
| 34 | + endterm="sql-delete-title"> or <xref linkend="sql-truncate" |
| 35 | + endterm="sql-truncate-title">. |
34 | 36 | </para> |
35 | 37 |
|
36 | 38 | <para> |
|