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