Contents
DROP OWNED
An SQL command for removing objects owned by a role
DROP OWNED
is a DDL for removing database objects owned by a particular role.
DROP OWNED
was added in PostgreSQL 8.2.
Change history
- PostgreSQL 9.5
DROP OWNED BY { CURRENT_USER | SESSION_USER }
syntax added (commit 31eae602)
- PostgreSQL 8.2
- added (commit cec3b0a9)
References
- PostgreSQL documentation: DROP OWNED