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