|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.2 2000/07/22 02:39:10 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.3 2000/07/24 13:17:44 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -91,8 +91,8 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
|
91 | 91 | Description
|
92 | 92 | </title>
|
93 | 93 | <para>
|
94 |
| - <command>ALTER GROUP</command> is used tochangeaddusers to a group or |
95 |
| -remove them from agroup. Only database superusers can use this command. |
| 94 | + <command>ALTER GROUP</command> is used to addor remove users from a |
| 95 | + group. Only database superusers can use this command. |
96 | 96 | Adding a user to a group does not create the user. Similarly, removing
|
97 | 97 | a user from a group does not drop the user itself.
|
98 | 98 | </para>
|
|