--
-- textsend/1
--
create or replace function textsend(
  text
) returns bytea as $$
textsend$$ language plpgsql;