1DROP USER()                      SQL Commands                      DROP USER()
2
3
4

NAME

6       DROP USER - remove a database role
7
8

SYNOPSIS

10       DROP USER [ IF EXISTS ] name [, ...]
11
12

DESCRIPTION

14       DROP USER is now an alias for DROP ROLE [drop_role(7)].
15

COMPATIBILITY

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

SEE ALSO

21       DROP ROLE [drop_role(7)]
22
23
24
25SQL - Language Statements         2008-06-08                       DROP USER()
Impressum