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