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