DROP_USER (7)
Leading comments
Title: DROP USER 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_USER - remove a database roleSYNOPSIS
DROP USER [ IF EXISTS ] name [, ...]
DESCRIPTION
DROP USER is simply an alternate spelling of DROP ROLE (DROP_ROLE(7)).
COMPATIBILITY
The DROP USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the implementation.