The batch drop operation allows you select multiple objects to drop. You can also perform batch drop operation on searched objects.
Follow the steps below to drop objects in a batch:
Drop Objects tab displays with the list of objects to be dropped.
Column Name |
Description |
Example |
---|---|---|
Type |
Displays information on the object type. |
table, views |
Name |
Displays the name of the object. |
public.bs_operation_201804 |
Query |
Displays the query that will be executed to drop the object. |
DROP TABLE IF EXISTS public.a123 |
Status |
Displays the status of the drop operation.
|
|
Error Message |
Displays the failure reason of the drop operation. |
Table "abc" does not exist. Skip it. |
Option |
Description |
---|---|
Cascade |
Cascade drop operation drops their dependent objects and attributes. The dependent objects that are dropped will be removed from the Object Browser only after refresh operation is performed. |
Atomic |
Atomic drop operation drops all objects in case of success or drops none in case of a failure. |
No selection |
Un-selection of Atomic or Cascade does not drop dependent objects. |
Runs - Displays the number of objects that are dropped from the total list of objects.
Errors - Displays the number of object that was not dropped due to errors.