--
-- ltree_recv/1
--
create or replace function ltree_recv(
  internal
) returns ltree as $$
ltree_recv$$ language plpgsql;