Commit 2deba6d4 authored by Bruce Momjian's avatar Bruce Momjian

Improve doc wording of drop table permission.

parent 2795592e
......@@ -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">.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment