--
-- tsquery_not/1
--
create or replace function tsquery_not(
  tsquery
) returns tsquery as $$
tsquery_not$$ language plpgsql;