DROP_GROUP (7)
Leading comments
Title: DROP GROUP Author: The PostgreSQL Global Development Group Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 2017 Manual: PostgreSQL 9.6.5 Documentation Source: PostgreSQL 9.6.5 Language: English
NAME
DROP_GROUP - remove a database roleSYNOPSIS
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.