drop_group(7) centos man page | unix.com

Man Page: drop_group

Operating Environment: centos

Section: 7

DROP
GROUP(7) PostgreSQL 9.2.7 Documentation DROP GROUP(7)
NAME
DROP_GROUP - remove a database role
SYNOPSIS
DROP GROUP [ IF EXISTS ] name [, ...]
DESCRIPTION
DROP GROUP is now an alias for DROP ROLE (DROP_ROLE(7)).
COMPATIBILITY
There is no DROP GROUP statement in the SQL standard.
SEE ALSO
DROP ROLE (DROP_ROLE(7)) PostgreSQL 9.2.7 2014-02-17 DROP GROUP(7)
Related Man Pages
drop_language(7) - centos
drop_owned(7) - centos
drop_database(7) - redhat
alter_group(7) - suse
drop_role(7) - suse
Similar Topics in the Unix Linux Community
What does this statement do?