--
-- tsq_mcontained/2
--
create or replace function tsq_mcontained(
  tsquery,
  tsquery
) returns bool as $$
tsq_mcontained$$ language plpgsql;