Improve doc wording of drop table permission.

This commit is contained in:
Bruce Momjian 2011-10-15 10:08:02 -04:00
parent 2795592e52
commit 2deba6d405

@ -30,7 +30,7 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
<para>
<command>DROP TABLE</command> removes tables from the database.
Only its owner and users with the proper permissions can drop a
Only the table owner, the schema owner, and superuser can drop a
table. To empty a table of rows
without destroying the table, use <xref linkend="sql-delete">
or <xref linkend="sql-truncate">.