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

Commit 48e6cfc

Browse files
committed
Add mention of UPDATE permissions.
1 parent 93562cf commit 48e6cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/user-manag.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
142142
</para>
143143

144144
<para>
145-
Currently, there are four different privileges: select (read),
146-
insert (append), and update/delete (write), as well as
145+
Currently, there are five different privileges: select (read),
146+
insert (append), update (write), delete, and
147147
<literal>RULE</literal>, the permission to create a rewrite rule on
148148
a table. The right to modify or destroy an object is always the
149149
privilege of the owner only. To assign privileges, the

0 commit comments

Comments
 (0)