Query: drop_owned
OS: suse
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DROPOWNED(7) SQL Commands DROP OWNED(7)NAMEDROP OWNED - remove database objects owned by a database roleSYNOPSISDROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]DESCRIPTIONDROP OWNED drops all the objects in the current database that are owned by one of the specified roles. Any privileges granted to the given roles on objects in the current database will also be revoked.PARAMETERSname The name of a role whose objects will be dropped, and whose privileges will be revoked. CASCADE Automatically drop objects that depend on the affected objects. RESTRICT Refuse to drop the objects owned by a role if any other database objects depend on one of the affected objects. This is the default.NOTESDROP OWNED is often used to prepare for the removal of one or more roles. Because DROP OWNED only affects the objects in the current data- base, it is usually necessary to execute this command in each database that contains objects owned by a role that is to be removed. Using the CASCADE option might make the command recurse to objects owned by other users. The REASSIGN OWNED [reassign_owned(7)] command is an alternative that reassigns the ownership of all the database objects owned by one or more roles.COMPATIBILITYThe DROP OWNED statement is a PostgreSQL extension.SEE ALSOREASSIGN OWNED [reassign_owned(7)], DROP ROLE [drop_role(7)] SQL - Language Statements 2010-05-14 DROP OWNED(7)
Related Man Pages |
---|
drop_extension(7) - centos |
drop_owned(7) - centos |
drop_operator_class(7) - redhat |
drop_table(7) - redhat |
drop_role(7) - suse |
Similar Topics in the Unix Linux Community |
---|
Troj_dropper.ggs |
Troj_fakealer.dd |
HeliDB 1.0 (Default branch) |
Script to drop oracle DB users on HP, LINUX, SOLARIS |
ADABAS anyone? |