> On Jan 10, 2025, at 2:55 AM, Laurenz Albe <laurenz.albe@xxxxxxxxxxx> wrote: > > That looks like a job for a trigger; perhaps a statement level trigger > with a transition table. Indeed. I just want to add from experience: put the row values into a JSON column in the audit table. Otherwise, what do you do when the table definition changes? It's not just that you would have to keep the audit table schema in sync, it's possible to have a change which is not compatible with the old definition, such that you now really can't have one table that covers both old and new exactly, and then have to resort to renaming columns or some such...