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