Hello, pgsql-general :)
I have a task to make a some actions on 'deleting table' event. It event my be raise both stored procederes and any other's ways (pgAdmin GUI for example).
Is any solutions for trace it and execute some actions before/after deleting. I try to create trigger on pg_class table, but it is not possible :((