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