--
-- subltree/3
--
create or replace function subltree(
  ltree,
  integer,
  integer
) returns ltree as $$
subltree$$ language plpgsql;