--
-- transaction_timestamp/0
--
create or replace function transaction_timestamp(
  
) returns timestamptz as $$
now$$ language plpgsql;