--
-- convert_from/2
--
create or replace function convert_from(
  bytea,
  name
) returns text as $$
pg_convert_from$$ language plpgsql;