[GENERAL] racing of tables deleting - how?

2005-02-24 Thread mef
Hello, pgsql-general :) I need 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,

[GENERAL] Tracing of tables deleting - how?

2005-02-21 Thread mef
Title: Tracing of tables deleting - how? 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