Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DROP USER(7)		 PostgreSQL 17.5 Documentation		  DROP USER(7)

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

PostgreSQL 17.5			     2025			  DROP USER(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DROP_USER&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help