DROP GROUP

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

NAME

DROP_GROUP - remove a database role  

SYNOPSIS

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

DESCRIPTION

DROP GROUP is now an alias for DROP ROLE.  

COMPATIBILITY

There is no DROP GROUP statement in the SQL standard.  

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: 12:12:21 GMT, May 07, 2024