projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93562cf
)
Add mention of UPDATE permissions.
author
Bruce Momjian
<
[email protected]
>
Mon, 26 Nov 2001 20:11:28 +0000
(20:11 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 26 Nov 2001 20:11:28 +0000
(20:11 +0000)
doc/src/sgml/user-manag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/user-manag.sgml
b/doc/src/sgml/user-manag.sgml
index 25d8b2d59df52a8aa9b5827fe5c254c3d10291d2..61f30a99d37a602fc50c3292a72d08a15db34826 100644
(file)
--- 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 f
our
different privileges: select (read),
- insert (append),
and update/delete (write), as well as
+ Currently, there are f
ive
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