Improve doc wording of drop table permission.
This commit is contained in:
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">.
|
||||
|
Loading…
x
Reference in New Issue
Block a user