DROP USER

Section: PostgreSQL 15.6 Documentation (7)
Updated: 2024
Index Return to Main Contents
 

NAME

DROP_USER - remove a database role  

SYNOPSIS

DROP USER [ IF EXISTS ] name [, ...]
 

DESCRIPTION

DROP USER is simply an alternate spelling of DROP ROLE.  

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))


 

Index

NAME
SYNOPSIS
DESCRIPTION
COMPATIBILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 19:42:06 GMT, April 26, 2024