| The PostgreSQL 9.0 Reference Manual - Volume 1B - SQL Command Reference
by The PostgreSQL Global Development Group Paperback (6"x9"), 488 pages ISBN 9781906966058 RRP £14.95 ($19.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
1.103 DROP USER
Name
DROP USER -- remove a database role
Synopsis
DROP USER [ IF EXISTS ] name [, ...]
Description
DROP USER is now an alias for
DROP ROLE.
Compatibility
The DROP USER statement is a
PostgreSQL extension. The SQL standard
leaves the definition of users to the implementation.
See Also
| ISBN 9781906966058 | The PostgreSQL 9.0 Reference Manual - Volume 1B - SQL Command Reference | See the print edition |