DROP GROUP
Section: SQL Commands (7)Updated: 2003-11-02
Index Return to Main Contents
NAME
DROP GROUP - 删除一个用户组SYNOPSIS
DROP GROUP name
DESCRIPTION 描述
DROP GROUP 从数据库中删除指定的组。组中的用户不被删除。 组中的用户不被删除。
PARAMETERS 参数
- name
-
现存组名。
EXAMPLES 例子
删除一个组:
DROP GROUP staff;
COMPATIBILITY 兼容性
SEE ALSO 参见
ALTER GROUP [alter_group(7)], CREATE GROUP [create_group(l)]译者
Postgresql 中文网站 何伟平 <laser@pgsqldb.org>
Index
This document was created by man2html, using the manual pages.
Time: 13:12:51 GMT, December 24, 2015