mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add mention of UPDATE permissions.
This commit is contained in:
@ -142,8 +142,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Currently, there are four different privileges: select (read),
|
Currently, there are five different privileges: select (read),
|
||||||
insert (append), and update/delete (write), as well as
|
insert (append), update (write), delete, and
|
||||||
<literal>RULE</literal>, the permission to create a rewrite rule on
|
<literal>RULE</literal>, the permission to create a rewrite rule on
|
||||||
a table. The right to modify or destroy an object is always the
|
a table. The right to modify or destroy an object is always the
|
||||||
privilege of the owner only. To assign privileges, the
|
privilege of the owner only. To assign privileges, the
|
||||||
|
Reference in New Issue
Block a user