Delete on tbl_auth_item_child (cost=4.88..18.86 rows=78 width=6) |
-> Bitmap Heap Scan on tbl_auth_item_child (cost=4.88..18.86 rows=78 width=6) |
Recheck Cond: ((parent)::text = 'Accountant'::text) |
-> Bitmap Index Scan on tbl_auth_item_child_pkey (cost=0.00..4.86 rows=78 width=0) |
Index Cond: ((parent)::text = 'Accountant'::text) |