table of contents
other versions
- buster 11.9-0+deb10u1
DROP USER(7) | PostgreSQL 11.9 Documentation | DROP USER(7) |
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.SEE ALSO¶
DROP ROLE (DROP_ROLE(7))2020 | PostgreSQL 11.9 |