As long as any object is in use by another user there is no way you can delete it.
I is always required to stop the blocking access to the object, e.g. end the transaction that accesses the object.
DROP TABLE ... CASCADE does not change that.
- Lars
As long as any object is in use by another user there is no way you can delete it.
I is always required to stop the blocking access to the object, e.g. end the transaction that accesses the object.
DROP TABLE ... CASCADE does not change that.
- Lars