Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf72528

Browse files
committed
Document who can drop a table (owner and user with permissions).
1 parent4c32f81 commitcf72528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/ref/drop_table.sgml

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp