Re: [GENERAL] audit function and old.column

2017-04-04 Thread Armand Pirvu (home)
Sorry for the delay This is the one I used https://wiki.postgresql.org/wiki/Audit_trigger And the cfg_global_audit Column | Type | Modifiers --+--+ audit_id | bigint

Re: [GENERAL] audit function and old.column

2017-03-23 Thread Adrian Klaver
On 03/23/2017 02:00 PM, Armand Pirvu (home) wrote: Try number two. Hello I am using in a project the audit trigger from the wiki Witch one? (It seems the other spelling is banned) One particular aspect is that not all tables that I am after have the same columns . And it is one in particu

[GENERAL] audit function and old.column

2017-03-23 Thread Armand Pirvu (home)
Hello I am using in a project the audit trigger from the wiki One particular aspect is that not all tables that I am after have the same columns . And it is one in particular I am stumbling onto , and it ends i n _add_by. It can be group_add_by, car_add_by and so on. The old value of this colu