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