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

Commit cf72528

Browse files
committed
Document who can drop a table (owner and user with permissions).
1 parent 4c32f81 commit cf72528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/drop_table.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ 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 can drop a table. To empty a table of rows
33+
Only its owner and users with the proper permissions can drop a
34+
table. To empty a table of rows
3435
without destroying the table, use <xref linkend="sql-delete">
3536
or <xref linkend="sql-truncate">.
3637
</para>

0 commit comments

Comments
 (0)