Skip to content
Snippets Groups Projects
Commit 2deba6d4 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Improve doc wording of drop table permission.

parent 2795592e
No related branches found
No related tags found
No related merge requests found
......@@ -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">.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment