Andrus wrote:
pgAdmin already has a "Drop Cascaded" option that works for schemas. Just right-click the object to drop.Dave, thank you. It works. I expected that Del command runs drop cascaded . It would be better to make drop always cascaded.This would allow to remove drop cascaded menu item and makes pgAdmin usage simpler.
That would be akin to making 'rm -r' the default on a Unix system (or make DROP...CASCADE' the default in SQL) - I'd rather not load that particular footgun.
Regards, Dave