overlinejota
Results
1
comments of
overlinejota
select rv.* from audit.record_version rv where rv.record_id = audit.to_record_id( 'public.members'::regclass, ('{"id"}'), '{"id": 1}'::jsonb ) order by rv.ts asc; -- OR select rv.* from audit.record_version rv where rv.record_id = audit.to_record_id( 'public.members'::regclass,...