--
-- _ltree_consistent/5
--
create or replace function _ltree_consistent(
  internal,
  ltree[],
  smallint,
  oid,
  internal
) returns bool as $$
_ltree_consistent$$ language plpgsql;


--
-- _ltree_consistent/3
--
create or replace function _ltree_consistent(
  internal,
  internal,
  smallint
) returns bool as $$
_ltree_consistent$$ language plpgsql;


--
-- _ltree_consistent/5
--
create or replace function _ltree_consistent(
  internal,
  internal,
  smallint,
  oid,
  internal
) returns bool as $$
_ltree_consistent$$ language plpgsql;