We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2795592 commit 2deba6dCopy full SHA for 2deba6d
doc/src/sgml/ref/drop_table.sgml
@@ -30,7 +30,7 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
30
31
<para>
32
<command>DROP TABLE</command> removes tables from the database.
33
- Only its owner and users with the proper permissions can drop a
+ Only the table owner, the schema owner, and superuser can drop a
34
table. To empty a table of rows
35
without destroying the table, use <xref linkend="sql-delete">
36
or <xref linkend="sql-truncate">.
0 commit comments