mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
more doc cleanups
This commit is contained in:
parent
93802c88bb
commit
f28ec8c5af
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.2 2000/07/22 02:39:10 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.3 2000/07/24 13:17:44 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -91,8 +91,8 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
|
|||||||
Description
|
Description
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
<command>ALTER GROUP</command> is used to change add users to a group or
|
<command>ALTER GROUP</command> is used to add or remove users from a
|
||||||
remove them from a group. Only database superusers can use this command.
|
group. Only database superusers can use this command.
|
||||||
Adding a user to a group does not create the user. Similarly, removing
|
Adding a user to a group does not create the user. Similarly, removing
|
||||||
a user from a group does not drop the user itself.
|
a user from a group does not drop the user itself.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user