]> granicus.if.org Git - postgresql/commitdiff
Minor improvement to DROP TABLE reference page.
authorNeil Conway <neilc@samurai.com>
Sun, 2 Apr 2006 03:56:40 +0000 (03:56 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 2 Apr 2006 03:56:40 +0000 (03:56 +0000)
doc/src/sgml/ref/drop_table.sgml

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