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