aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-26 20:11:28 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-26 20:11:28 +0000
commit48e6cfc699377b06b5f8d9feb80a68958eff5f3a (patch)
treebdff5cf666b75be715da68d48d2857df5d0a2574 /doc/src
parent93562cf5b92ca58dccc90655d29cca8b29badede (diff)
downloadpostgresql-48e6cfc699377b06b5f8d9feb80a68958eff5f3a.tar.gz
postgresql-48e6cfc699377b06b5f8d9feb80a68958eff5f3a.zip
Add mention of UPDATE permissions.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/user-manag.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml
index 25d8b2d59df..61f30a99d37 100644
--- a/doc/src/sgml/user-manag.sgml
+++ b/doc/src/sgml/user-manag.sgml
@@ -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