1DROP USER(7) PostgreSQL 13.4 Documentation DROP USER(7)
23
4
NAME
6DROP_USER - remove a database role
7
SYNOPSIS
9DROP USER [ IF EXISTS ] name [, ...]
10
DESCRIPTION
12DROP USER is simply an alternate spelling of DROP ROLE (DROP_ROLE(7)).
13
COMPATIBILITY
15The DROP USER statement is a PostgreSQL extension. The SQL standard
16leaves the definition of users to the implementation.
17
SEE ALSO
19DROP ROLE (DROP_ROLE(7))
2021
22
23
PostgreSQL 13.4 2021 DROP USER(7)