Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2deba6d

Browse files
committed
Improve doc wording of drop table permission.
1 parent 2795592 commit 2deba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/drop_table.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
3030

3131
<para>
3232
<command>DROP TABLE</command> removes tables from the database.
33-
Only its owner and users with the proper permissions can drop a
33+
Only the table owner, the schema owner, and superuser can drop a
3434
table. To empty a table of rows
3535
without destroying the table, use <xref linkend="sql-delete">
3636
or <xref linkend="sql-truncate">.

0 commit comments

Comments
 (0)