projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeae09d
)
more doc cleanups
author
Bruce Momjian
<bruce@momjian.us>
Mon, 24 Jul 2000 13:17:44 +0000
(13:17 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 24 Jul 2000 13:17:44 +0000
(13:17 +0000)
doc/src/sgml/ref/alter_group.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_group.sgml
b/doc/src/sgml/ref/alter_group.sgml
index a2813edc5f7ae36e65ad7f1b62ed35a4cede89a5..cc1933089d8094dbfa1c0b22080437faedd43e9d 100644
(file)
--- a/
doc/src/sgml/ref/alter_group.sgml
+++ b/
doc/src/sgml/ref/alter_group.sgml
@@
-91,8
+91,8
@@
ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
Description
</title>
<para>
- <command>ALTER GROUP</command> is used to
change add users to a group or
-
remove them from a
group. Only database superusers can use this command.
+ <command>ALTER GROUP</command> is used to
add or remove users from a
+ group. Only database superusers can use this command.
Adding a user to a group does not create the user. Similarly, removing
a user from a group does not drop the user itself.
</para>