centos man page for drop_user

Query: drop_user

OS: centos

Section: 7

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DROP
USER(7) PostgreSQL 9.2.7 Documentation DROP USER(7)
NAME
DROP_USER - remove a database role
SYNOPSIS
DROP USER [ IF EXISTS ] name [, ...]
DESCRIPTION
DROP USER is now an alias for 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)) PostgreSQL 9.2.7 2014-02-17 DROP USER(7)
Related Man Pages
drop_language(7) - centos
drop_role(7) - centos
drop_database(7) - centos
drop_tablespace(7) - mojave
drop_tablespace(7) - osx
Similar Topics in the Unix Linux Community
Drop Users