Something like this: ``` begin; insert into pgevents_skip_transactions select txid_current(); update users set full_name = 'Foo'; commit; ```