Igor Katson wrote:
> I want to DROP CASCADE a table, but I am afraid that amoung numerous
> recursive dependencies there will be smth, that I don't want to drop.
>
> Is there a way to watch all dependencies recursively without doing a drop?
BEGIN;
DROP CASCADE...
-- check things
ROLLBACK;
--
Richard Huxton
Archonet Ltd