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

Commit9d596e0

Browse files
committed
Clarify per suggestion from Bruno Wolff.
1 parentd2f6082 commit9d596e0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎doc/src/sgml/user-manag.sgml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GRANT UPDATE ON accounts TO joe;
162162
GRANT SELECT ON accounts TO GROUP staff;
163163
</programlisting>
164164
The special <quote>user</quote> name <literal>PUBLIC</literal> can
165-
be used to grant a privilege to every user on the system.Using
165+
be used to grant a privilege to every user on the system.Writing
166166
<literal>ALL</literal> in place of a specific privilege specifies that all
167167
privileges will be granted.
168168
</para>
@@ -173,8 +173,12 @@ GRANT SELECT ON accounts TO GROUP staff;
173173
<programlisting>
174174
REVOKE ALL ON accounts FROM PUBLIC;
175175
</programlisting>
176-
The special privileges of the table owner are always implicit
177-
and cannot be granted or revoked.
176+
The special privileges of the table owner (i.e., the right to do
177+
<command>DROP</>, <command>GRANT</>, <command>REVOKE</>, etc)
178+
are always implicit in being the owner,
179+
and cannot be granted or revoked. But the table owner can choose
180+
to revoke his own ordinary privileges, for example to make a
181+
table read-only for himself as well as others.
178182
</para>
179183
</sect1>
180184

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp