mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Improve doc wording of drop table permission.
This commit is contained in:
@ -30,7 +30,7 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<command>DROP TABLE</command> removes tables from the database.
|
<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
|
table. To empty a table of rows
|
||||||
without destroying the table, use <xref linkend="sql-delete">
|
without destroying the table, use <xref linkend="sql-delete">
|
||||||
or <xref linkend="sql-truncate">.
|
or <xref linkend="sql-truncate">.
|
||||||
|
Reference in New Issue
Block a user