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