Query: alter_group
OS: redhat
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ALTERGROUP(7) SQL Commands ALTER GROUP(7)NAMEALTER GROUP - add users to a group or remove users from a groupSYNOPSISALTER GROUP name ADD USER username [, ... ] ALTER GROUP name DROP USER username [, ... ] INPUTS name The name of the group to modify. username Users which are to be added or removed from the group. The user names must exist. OUTPUTS ALTER GROUP Message returned if the alteration was successful.DESCRIPTIONALTER GROUP 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. Use CREATE GROUP [create_group(7)] to create a new group and DROP GROUP [drop_group(7)] to remove a group.USAGEAdd users to a group: ALTER GROUP staff ADD USER karl, john; Remove a user from a group: ALTER GROUP workers DROP USER beth;COMPATIBILITYSQL92 There is no ALTER GROUP statement in SQL92. The concept of roles is similar. SQL - Language Statements 2002-11-22 ALTER GROUP(7)
Related Man Pages |
---|
alter_user(7) - redhat |
alter_database(7) - redhat |
create_user(7) - redhat |
drop_user(7) - redhat |
alter_tablespace(7) - mojave |
Similar Topics in the Unix Linux Community |
---|
How to capture ^x,^y via bash script? |
Retrieving previous command in a script |
CentOS7 restoring file capabilities |
About TODO |
[TIP] Processing YAML files with yq |