Improve doc wording of drop table permission.

pull/1/head
Bruce Momjian 14 years ago
parent 2795592e52
commit 2deba6d405
  1. 2
      doc/src/sgml/ref/drop_table.sgml

@ -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">.

Loading…
Cancel
Save