bobtnt
Results
1
comments of
bobtnt
None of the above queries would show DELETE. The script below will show DELETE, INSERT, UPDATE. select rv.* from audit.record_version rv where rv.old_record_id = audit.to_record_id( 'public.account'::regclass, ('{"id"}'), '{"id": 1}'::jsonb )...