7:drop user
From Linux Man Pages
DROP USER - remove a database role
DROP USER name [, ...]
Contents |
DESCRIPTION
DROP USER is now an alias for DROP ROLE [[[7:drop_role|drop_role(7)]]], which see for more information.
COMPATIBILITY
The DROP USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the imple-
mentation.
RELATED
DROP ROLE [[[7:drop_role|drop_role(7)]]]
SQL - Language Statements 2005-11-05 DROP USER()