云数据库 GAUSSDB-ALTER GROUP:示例

时间:2024-01-23 20:08:52

示例

1
2
3
4
5
6
7
8
--向用户组中添加用户。
postgres=# ALTER GROUP super_users ADD USER lche, jim;

--从用户组中删除用户。
postgres=# ALTER GROUP super_users DROP USER jim;

--修改用户组的名称。
postgres=# ALTER GROUP super_users RENAME TO normal_users;
support.huaweicloud.com/devg-v1-gaussdb/gaussdb_devg_0491.html