--
-- repeat/2
--
create or replace function repeat(
  text,
  integer
) returns text as $$
repeat$$ language plpgsql;