On 2026-07-25, Amit Kapila wrote:
> On the other hand, I'm not sure if it's a good idea to protect only
> DROP TABLE and not the other paths like DROP SCHEMA ... CASCADE, DROP
> OWNED,
> etc., as pointed out by Zsolt.
I wonder if this would be better implemented as an sql_drop event trigger. Then all these things are covered.
--
Álvaro Herrera