DROPUSER(7) PostgreSQL 9.2.7 Documentation DROP USER(7)NAMEDROP_USER - remove a database roleSYNOPSISDROP USER [ IF EXISTS ] name [, ...]DESCRIPTIONDROP USER is now an alias for DROP ROLE (DROP_ROLE(7)).COMPATIBILITYThe DROP USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the implementation.SEE ALSODROP ROLE (DROP_ROLE(7)) PostgreSQL 9.2.7 2014-02-17 DROP USER(7)
| Related Man Pages |
|---|
| drop_extension(7) - centos |
| drop_role(7) - suse |
| drop_tablespace(7) - suse |
| drop_tablespace(7) - mojave |
| drop_tablespace(7) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Drop Users |