1DROP USER(7)             PostgreSQL 11.6 Documentation            DROP USER(7)
2
3
4

NAME

6       DROP_USER - remove a database role
7

SYNOPSIS

9       DROP USER [ IF EXISTS ] name [, ...]
10

DESCRIPTION

12       DROP USER is simply an alternate spelling of DROP ROLE (DROP_ROLE(7)).
13

COMPATIBILITY

15       The DROP USER statement is a PostgreSQL extension. The SQL standard
16       leaves the definition of users to the implementation.
17

SEE ALSO

19       DROP ROLE (DROP_ROLE(7))
20
21
22
23PostgreSQL 11.6                      2019                         DROP USER(7)
Impressum