alter_group 中文man页面

系统
ALTER GROUP 用于修改一个用户组。 头两个形式从组中增加或者删除用户。 只有数据库超级用户才能使用这条命令。向组中增加用户并不创建用户。 同样从组中删除用户也不删除用户本身。

NAME

ALTER GROUP - 修改一个用户组

SYNOPSIS

ALTER GROUP groupname ADD USER username [, ... ]
ALTER GROUP groupname DROP USER username [, ... ]

ALTER GROUP groupname RENAME TO newname

DESCRIPTION 描述

ALTER GROUP 用于修改一个用户组。 头两个形式从组中增加或者删除用户。 只有数据库超级用户才能使用这条命令。向组中增加用户并不创建用户。 同样从组中删除用户也不删除用户本身。


 第三种变体修改一个组的名字。只有数据库超级用户可以重命名组。  

PARAMETERS 参数

groupname

 要更改的组名称。
username

 准备向组中增加或从组中删除的用户名。用户名必须已经存在。
newname

 组的新名字。

EXAMPLES 例子


 向组中增加用户:

ALTER GROUP staff ADD USER karl, john;


 从组中删除用户:

ALTER GROUP workers DROP USER beth;

COMPATIBILITY 兼容性

SQL 标准里没有 ALTER GROUP 语句。角色(roles)的概念与之类似。  

SEE ALSO 参见

CREATE GROUP [create_group(7)], DROP GROUP [drop_group(l)]

#p#

NAME

ALTER GROUP - change a user group

SYNOPSIS

ALTER GROUP groupname ADD USER username [, ... ]
ALTER GROUP groupname DROP USER username [, ... ]

ALTER GROUP groupname RENAME TO newname

DESCRIPTION

ALTER GROUP is used to change a user group. The first two variants 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.

The third variant changes the name of the group. Only a database superuser can rename groups.  

PARAMETERS

groupname
The name of the group to modify.
username
Users which are to be added or removed from the group. The users must exist.
newname
The new name of the group.

EXAMPLES

Add users to a group:

ALTER GROUP staff ADD USER karl, john;

Remove a user from a group:

ALTER GROUP workers DROP USER beth;

COMPATIBILITY

There is no ALTER GROUP statement in the SQL standard. The concept of roles is similar.  

SEE ALSO

CREATE GROUP [create_group(7)], DROP GROUP [drop_group(l)]

责任编辑:韩亚珊 来源: CMPP.net
相关推荐

2011-08-24 09:02:10

ALTER AGGRE中文man

2011-08-18 19:15:25

group中文man

2011-08-24 09:39:10

alter_schem中文man

2011-08-24 09:45:14

alter_table中文man

2011-08-24 09:32:13

alter_langu中文man

2011-08-24 09:22:30

alter_domai中文man

2011-08-24 09:26:14

alter_funct中文man

2011-08-24 09:48:46

alter_trigg中文man

2011-08-24 09:18:45

alter_datab中文man

2011-08-24 09:14:47

alter_conve中文man

2011-08-24 09:42:15

alter_seque中文man

2011-08-24 09:51:53

alter_user中文man

2011-08-24 14:25:43

DROP GROUP中文man

2011-08-24 11:10:17

CREATE GROU中文man

2011-08-24 09:36:00

alter_opera中文man

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-25 15:39:42

fcloseall中文man
点赞
收藏

51CTO技术栈公众号