OSDN Git Service

Add mention of UPDATE permissions.
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Nov 2001 20:11:28 +0000 (20:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Nov 2001 20:11:28 +0000 (20:11 +0000)
doc/src/sgml/user-manag.sgml

index 25d8b2d..61f30a9 100644 (file)
@@ -142,8 +142,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
   </para>
 
   <para>
-   Currently, there are four different privileges: select (read),
-   insert (append), and update/delete (write), as well as
+   Currently, there are five different privileges: select (read),
+   insert (append), update (write), delete, and
    <literal>RULE</literal>, the permission to create a rewrite rule on
    a table. The right to modify or destroy an object is always the
    privilege of the owner only. To assign privileges, the