--
-- _lt_q_regex/2
--
create or replace function _lt_q_regex(
  ltree[],
  lquery[]
) returns bool as $$
_lt_q_regex$$ language plpgsql;