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

Commit2deba6d

Browse files
committed
Improve doc wording of drop table permission.
1 parent2795592 commit2deba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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-
Onlyitsowner and users with the proper permissions can drop a
33+
Onlythe tableowner, 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)

[8]ページ先頭

©2009-2025 Movatter.jp