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