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