Commit 48e6cfc6 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of UPDATE permissions.

parent 93562cf5
...@@ -142,8 +142,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment