Re: [GENERAL] audit table

2009-02-16 Thread Robert Treat
On Thursday 12 February 2009 22:13:05 Craig Ringer wrote: > Sim Zacks wrote: > > I want a trigger on every table that inserts the old row into an audit > > table (for updates and deletes). If the audit table was per table, then > > I could easily have a field of type that table and insert old into

Re: [GENERAL] audit table

2009-02-12 Thread Craig Ringer
Sim Zacks wrote: > I want a trigger on every table that inserts the old row into an audit > table (for updates and deletes). If the audit table was per table, then > I could easily have a field of type that table and insert old into it. > Is there any way that I could accomplish this functionalit